Registry / crypto / jacobsa-crypto

jacobsa-crypto

JSON →
library0.0.0-20190317225127-9f44e2d11115gogounverified

A collection of cryptographic packages for Go, including implementations of various algorithms.

go get github.com/jacobsa/crypto
INSTALL
IMPORT
SIG · JACOBSA-CRYPTO
J
jacobsa-crypto
cryptogov0.0.0-20190317225127-9f44e2d11115
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.

crypto
github.com/jacobsa/crypto

Encrypts plaintext using AES-SIV mode.

package main import ( "fmt" "github.com/jacobsa/crypto/siv" ) func main() { key := make([]byte, 32) plaintext := []byte("Hello, world!") aad := []byte("additional data") ciphertext, err := siv.Encrypt(key, plaintext, aad) if err != nil { panic(err) } fmt.Printf("Ciphertext: %x\n", ciphertext) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190317225127-9f44e2d11115latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
jacobsa-crypto — go get jacobsa-crypto · libregistry