1 Star 0 Fork 14

watercode / md5-sha1-sha224-sha256-sha384-sha512

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Hash.cbp 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
honrun 提交于 2021-11-17 14:35 . first commit
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Hash" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/Hash" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/Hash" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="md5.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="md5.h" />
<Unit filename="sha1.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="sha1.h" />
<Unit filename="sha256.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="sha256.h" />
<Unit filename="sha512.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="sha512.h" />
<Extensions>
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>
C
1
https://gitee.com/watercode/md5-sha1-sha224-sha256-sha384-sha512.git
git@gitee.com:watercode/md5-sha1-sha224-sha256-sha384-sha512.git
watercode
md5-sha1-sha224-sha256-sha384-sha512
md5-sha1-sha224-sha256-sha384-sha512
master

搜索帮助