全部搜索项
trixie  ] [  forky  ] [  sid  ]
[ 源代码: python-lib1305  ]

软件包:python3-lib1305(0~20250415.1-1)

python3-lib1305 的相关链接

Screenshot

Debian 的资源:

下载源码包 python-lib1305

维护小组:

外部的资源:

相似软件包:

Poly1305 one-time authenticator microlibrary - Python wrapper

Python wrapper around implementation of the Poly1305 one-time authenticator. The Python API for lib1305 provides the functions: poly1305.auth() poly1305.verify()

The library has a very simple stateless API. As an example, the following script generates an authenticator 'a' given a message 'm' and a secret key 'k'. And verifies an authenticator 'a' given a message 'm' and a secret key 'k'.

from lib1305 import poly1305 a = poly1305.auth(m, k) poly1305.verify(a, m, k)

其他与 python3-lib1305 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 python3-lib1305

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 6.4 kB32.0 kB [文件列表]