Registry / crypto / sagernet-abx-go

sagernet-abx-go

JSON →
library0.0.0-20220819185957-dba1257d738egogounverified

Implements the ABX cryptographic algorithm in Go.

go get github.com/sagernet/abx-go
INSTALL
IMPORT
SIG · SAGERNET-ABX-GO
S
sagernet-abx-go
cryptogov0.0.0-20220819185957-dba1257d738e
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.

abx
github.com/sagernet/abx-go

Generate an ABX key

package main import ( "fmt" "github.com/sagernet/abx-go" ) func main() { key := abx.GenerateKey() fmt.Printf("Key: %x\n", key) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220819185957-dba1257d738elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
sagernet-abx-go — go get sagernet-abx-go · libregistry