cython绑定到keccak海绵和sha-3函数

cykeccak的Python项目详细描述


https://travis-ci.org/habnabit/cykeccak.png

cykeccek

Keccak website

Keccak is a family of sponge functions. The sponge function is a generalization of the concept of cryptographic hash function with infinite output and can perform quasi all symmetric cryptographic functions, from hashing to pseudo-random number generation to authenticated encryption.

cykeccak是一个围绕the reference implementation of Keccak的薄Cython包装器和sha-3的实现 在包装纸上。

安装

只要源发行版存在,cython就不需要构建cykeccak。 包含keccak.c文件,例如the tarballs available from pypi。从github tarball安装是 不推荐,因为它们没有keccak.cversion.txt.git目录。不存在version.txt或git存储库, setup.py将无法确定cykeccak的版本。

底层c代码依赖于architecture,并且setup.py将尝试 根据 执行setup.py的python是32位或64位二进制文件。为了避免猜测, CYKECCAK_IMPLEMENTATION环境变量也可以设置为 opt32opt64

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
多线程如何在读取文本文件时使用Java进度条?   ChromeDriver出现“java.lang.module.InvalidModuleDescriptorException:提供程序类org.apache.bsf.BSFManager不在模块中”错误   java如何将Google日历链接到应用程序?   java线程信令序列   java StackOverflowerr不知道出了什么问题   从azure mobile apps easy tables获取表格时,java Android应用程序冻结   java Android应用程序无法连接到firebase数据库   java如何将属性文件中的值注入字段?   无法创建java Spring引导CXF XMLOutputFactory   javaui:月份选择器   获取java数组中n个最大值的索引   java注入servlet调度器中的EntityManagerFactory(非托管)   我在Android Studio中编写java代码,需要从特定网页获取并显示特定行的数据   java如何在Hibernate中设置内部查询的限制?   java如何编写接受一个数组和两个整数的交换方法   基于递归的java快速供电方法