Registry / crypto / companyzero-sntrup4591761

companyzero-sntrup4591761

JSON →
library0.0.0-20220309191932-9e0f3af2f07agogounverified

A Go implementation of the Streamlined NTRU Prime 4591761 key encapsulation mechanism.

go get github.com/companyzero/sntrup4591761
INSTALL
IMPORT
SIG · COMPANYZERO-SNTRUP
C
companyzero-sntrup4591761
cryptogov0.0.0-20220309191932-9e0f3af2f07a
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sntrup4591761
github.com/companyzero/sntrup4591761

Generate a key pair for the NTRU Prime KEM.

package main import ( "fmt" "github.com/companyzero/sntrup4591761" ) func main() { pk, sk, _ := sntrup4591761.GenerateKey(nil) fmt.Println(pk, sk) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220309191932-9e0f3af2f07alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources