Package: libntruprime1 (0~20241021-2)
Links for libntruprime1
Debian Resources:
Download Source Package libntruprime:
- [libntruprime_0~20241021-2.dsc]
- [libntruprime_0~20241021.orig.tar.gz]
- [libntruprime_0~20241021-2.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [libntruprime.cr.yp.to]
Similar packages:
microlibrary for Streamlined NTRU Prime - shared library
libntruprime is an implementation of the Streamlined NTRU Prime cryptosystem as a microlibrary.
Streamlined NTRU Prime (sntrup) is a lattice-based cryptosystem with the following features:
- Stability: Almost all details of sntrup match a May 2016 publication. The only exceptions are small changes to encoding and hashing published in April 2019.
- Patent-freeness: April 2019 predates almost all post-quantum patents. Analyses of various lattice patents filed before April 2019 indicate no problems for sntrup.
- Deployment: The popular OpenSSH tool switched to sntrup761 by default in April 2022, following initial integration of sntrup into TinySSH.
- Affordability: Keys and ciphertexts are about 1KB for sntrup761, and computations are fast.
- Careful design: Subject to the requirement of being a small lattice-based cryptosystem, sntrup is systematically designed to eliminate unnecessary complications in security review. It eliminates decryption failures, for example, and eliminates cyclotomics. The cryptosystem has never needed a security patch.
- Risk management: A much higher sntrup1277 security level is fully supported, and is recommended whenever 2KB keys and ciphertexts are affordable, to reduce risks from improvements in lattice attacks.
- Flexibility: The sntrup design allows a full spectrum of tradeoffs
between size and security level, so applications with intermediate size limits aren't forced into much lower security levels. Six different sizes have been selected for support.
libntruprime has a very simple stateless API based on the SUPERCOP API, with wire-format inputs and outputs, providing functions that directly match the KEM operations provided by the sntrup specification, such as functions
sntrup1277_keypair sntrup1277_enc sntrup1277_dec
for the sntrup1277 KEM.
Internally, libntruprime includes implementations designed to work portably across CPUs, and implementations designed for higher performance on Intel/AMD CPUs with AVX2 instructions. libntruprime includes automatic run-time selection of implementations.
libntruprime is intended to be called by larger multi-function libraries (such as traditional cryptographic libraries), including libraries in other languages via FFI. The idea is that libntruprime takes responsibility for the details of sntrup computation, including optimization, timing-attack protection, and (in ongoing work) verification, freeing up the calling libraries to concentrate on application-specific needs such as protocol integration. Applications can also call libntruprime directly.
Shared library.
Other Packages Related to libntruprime1
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
also a virtual package provided by libc6-udeb
- dep: libc6 (>= 2.16) [x32]
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.2) [hppa]
- dep: libc6 (>= 2.27) [riscv64]
- dep: libc6 (>= 2.4) [armel, armhf, i386, m68k, mips64el, ppc64, s390x, sparc64]
- dep: libc6 (>= 2.40) [sh4]
-
- dep: libc6.1 (>= 2.1.3) [alpha]
- GNU C Library: Shared libraries
also a virtual package provided by libc6.1-udeb
-
- dep: librandombytes1 (>= 0~20230919)
- Library generating fresh randomness - shared library
Download libntruprime1
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
alpha (unofficial port) | 131.2 kB | 522.0 kB | [list of files] |
amd64 | 214.2 kB | 901.0 kB | [list of files] |
arm64 | 102.7 kB | 453.0 kB | [list of files] |
armel | 110.1 kB | 412.0 kB | [list of files] |
armhf | 107.1 kB | 347.0 kB | [list of files] |
hppa (unofficial port) | 153.0 kB | 573.0 kB | [list of files] |
i386 | 101.5 kB | 484.0 kB | [list of files] |
m68k (unofficial port) | 97.2 kB | 484.0 kB | [list of files] |
mips64el | 97.1 kB | 501.0 kB | [list of files] |
ppc64 (unofficial port) | 113.2 kB | 581.0 kB | [list of files] |
ppc64el | 140.7 kB | 581.0 kB | [list of files] |
riscv64 | 110.4 kB | 385.0 kB | [list of files] |
s390x | 223.9 kB | 745.0 kB | [list of files] |
sh4 (unofficial port) | 126.3 kB | 455.0 kB | [list of files] |
sparc64 (unofficial port) | 105.9 kB | 1,105.0 kB | [list of files] |
x32 (unofficial port) | 214.8 kB | 884.0 kB | [list of files] |