Registry / crypto / miscreant-miscreant-go

miscreant-miscreant-go

JSON →
library0.0.0-20200214223636-26d376326b75gogounverified

A Go implementation of the Miscreant cryptographic library providing misuse-resistant authenticated encryption.

go get github.com/miscreant/miscreant.go
INSTALL
IMPORT
SIG · MISCREANT-MISCREAN
M
miscreant-miscreant-go
cryptogov0.0.0-20200214223636-26d376326b75
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.

miscreant
github.com/miscreant/miscreant.go

Creates a new AEAD cipher with a 32-byte key.

package main import ( "fmt" "github.com/miscreant/miscreant.go" ) func main() { key := make([]byte, 32) cipher, _ := miscreant.NewAEAD(key) fmt.Println(cipher) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200214223636-26d376326b75latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
miscreant-miscreant-go — go get miscreant-miscreant-go · libregistry