Registry / crypto / sina-ghaderi-rabaead

sina-ghaderi-rabaead

JSON →
library0.0.0-20220730151906-ab6e06b96e8cgogounverified

Package rabaead implements authenticated encryption using the RABBIT stream cipher.

go get github.com/sina-ghaderi/rabaead
INSTALL
IMPORT
SIG · SINA-GHADERI-RABAE
S
sina-ghaderi-rabaead
cryptogov0.0.0-20220730151906-ab6e06b96e8c
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.

rabaead
github.com/sina-ghaderi/rabaead

Encrypt plaintext using RABBIT AEAD.

import "github.com/sina-ghaderi/rabaead" func main() { key := []byte("example key 1234") plaintext := []byte("Hello, world!") ciphertext, err := rabaead.Seal(nil, nil, plaintext, nil, key) if err != nil { panic(err) } _ = ciphertext }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220730151906-ab6e06b96e8clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
sina-ghaderi-rabaead — go get sina-ghaderi-rabaead · libregistry