Registry / crypto / ebfe-rc2

ebfe-rc2

JSON →
library0.0.0-20131011165748-24b9757f5521gogounverified

An implementation of the RC2 encryption algorithm in Go.

go get github.com/ebfe/rc2
INSTALL
IMPORT
SIG · EBFE-RC2
E
ebfe-rc2
cryptogov0.0.0-20131011165748-24b9757f5521
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.

rc2
github.com/ebfe/rc2

Create a new RC2 cipher block

package main import ( "crypto/cipher" "fmt" "github.com/ebfe/rc2" ) func main() { key := []byte("examplekey123456") block, err := rc2.New(key) if err != nil { panic(err) } fmt.Println(block.BlockSize()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20131011165748-24b9757f5521latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Resources