Artifact python3-ntruprime_0~20240825.1-1_all

Metadata
deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
  Architecture: all
  Depends: libntruprime1, python3:any
  Description: |-
    microlibrary for Streamlined NTRU Prime - Python wrapper
     Python wrapper around implementation of the Streamlined NTRU Prime cryptosystem.
     The Python API for ntruprime provides the functions:
     sntrup{653,761,857,953,1013,1277}.keypair()
     sntrup{653,761,857,953,1013,1277}.enc()
     sntrup{653,761,857,953,1013,1277}.dec()
     .
     The library has a very simple stateless API.
     As an example, the following script creates a key pair, creates a ciphertext
     and session key, and then recovers the session key from the ciphertext:
     .
     import ntruprime
     kem = ntruprime.sntrup1277
     pk,sk = kem.keypair()
     c,k = kem.enc(pk)
     assert k == kem.dec(c,sk)
  Homepage: https://github.com/janmojzis/python-ntruprime
  Installed-Size: '33'
  Maintainer: "Jan Moj\u017E\xED\u0161 <jan.mojzis@gmail.com>"
  Package: python3-ntruprime
  Priority: optional
  Section: python
  Source: python-ntruprime
  Version: 0~20240825.1-1
srcpkg_name: python-ntruprime
srcpkg_version: 0~20240825.1-1

File

python3-ntruprime_0~20240825.1-1_all.deb
Binary file python3-ntruprime_0~20240825.1-1_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package python-ntruprime_0~20240825.1-1

binary package System mirror sid from https://deb.debian.org/debian - 1 week ago 0 minutes
BETA