README
Cryptography
This repository holds supplementary Go cryptography libraries.
Download / Install
The easiest way to install is to run go get -u maze.io/x/crypto/...
. You
can also manually git clone the repository to $GOPATH/src/maze.io/x/crypto
.
Directories
Path | Synopsis |
---|---|
Package afis implements Anti-Forensic Information Splitting The splitter supports secure data destruction crucial for secure on-disk key management.
|
Package afis implements Anti-Forensic Information Splitting The splitter supports secure data destruction crucial for secure on-disk key management. |
Package x25519 implements Elliptic Curve Diffie-Hellman (ECDH) function over Curve25519
|
Package x25519 implements Elliptic Curve Diffie-Hellman (ECDH) function over Curve25519 |