有没有用 C 语言实现 SHA-512 的库?例如,Linux sha512sum。我在哪里可以得到它?
Is there any library which implements SHA-512 in C? For example, Linux sha512sum. Where can I get it?
sha512sum 位于 GNU Coreutils 包中
sha512sum is found in the GNU Coreutils package
libcrypt(OpenSSL 的一部分)是一个选项
libcrypt (part of OpenSSL) is an option
libpolarssl 有一个实现。
libpolarssl has an implementation.
sphlib 在 C 语言(以及 Java 语言)中实现了 SHA-512。
sphlib has an implementation of SHA-512 in C (and also in Java).
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(4)
sha512sum 位于 GNU Coreutils 包中
sha512sum is found in the GNU Coreutils package
libcrypt(OpenSSL 的一部分)是一个选项
libcrypt (part of OpenSSL) is an option
libpolarssl 有一个实现。
libpolarssl has an implementation.
sphlib 在 C 语言(以及 Java 语言)中实现了 SHA-512。
sphlib has an implementation of SHA-512 in C (and also in Java).