Registry / crypto / aead-serpent

aead-serpent

JSON →
library0.0.0-20160714141033-fba169763ea6gogounverified

A Go implementation of the Serpent block cipher, an AES finalist.

go get github.com/aead/serpent
INSTALL
IMPORT
SIG · AEAD-SERPENT
A
aead-serpent
cryptogov0.0.0-20160714141033-fba169763ea6
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.

serpent
github.com/aead/serpent

Create a Serpent cipher with a 128-bit key

package main import ( "fmt" "github.com/aead/serpent" ) func main() { key := []byte("example key 1234") block, err := serpent.NewCipher(key) if err != nil { panic(err) } fmt.Println(block.BlockSize()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160714141033-fba169763ea6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Resources
aead-serpent — go get aead-serpent · libregistry