Registry / crypto / fumiama-gofasttea

fumiama-gofasttea

JSON →
library0.1.3gogounverified

Package tea implements the TEA encryption algorithm, ported from MiraiGo.

go get github.com/fumiama/gofastTEA
INSTALL
IMPORT
SIG · FUMIAMA-GOFASTTEA
F
fumiama-gofasttea
cryptogov0.1.3
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.

tea
github.com/fumiama/gofastTEA

Encrypt data using TEA algorithm

package main import ( "fmt" "github.com/fumiama/gofastTEA" ) func main() { key := []byte("0123456789abcdef") data := []byte("hello") encrypted := tea.Encrypt(data, key) fmt.Printf("encrypted: %x\n", encrypted) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
fumiama-gofasttea — go get fumiama-gofasttea · libregistry