Registry / crypto / dgryski-go-camellia

dgryski-go-camellia

JSON →
library0.0.0-20191119043421-69a8a13fb23dgogounverified

Package camellia is an implementation of the CAMELLIA encryption algorithm.

go get github.com/dgryski/go-camellia
INSTALL
IMPORT
SIG · DGRYSKI-GO-CAMELLI
D
dgryski-go-camellia
cryptogov0.0.0-20191119043421-69a8a13fb23d
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.

camellia
github.com/dgryski/go-camellia

Create a new CAMELLIA cipher block.

package main import ( "crypto/cipher" "github.com/dgryski/go-camellia" ) func main() { key := []byte("example key 1234") block, err := camellia.NewCipher(key) if err != nil { panic(err) } _ = block }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191119043421-69a8a13fb23dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
12
Resources
dgryski-go-camellia — go get dgryski-go-camellia · libregistry