Registry / crypto / blocktree-go-owcrypt

blocktree-go-owcrypt

JSON →
library1.1.14gogounverified

Package owcrypt provides cryptographic functions for blockchain and cryptocurrency applications.

go get github.com/blocktree/go-owcrypt
INSTALL
IMPORT
SIG · BLOCKTREE-GO-OWCRY
B
blocktree-go-owcrypt
cryptogov1.1.14
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.

owcrypt
github.com/blocktree/go-owcrypt

Compute a SHA-256 hash

package main import ( "fmt" "github.com/blocktree/go-owcrypt" ) func main() { hash := owcrypt.Hash([]byte("hello"), owcrypt.HASH_ALG_SHA256) fmt.Printf("%x\n", hash) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources
blocktree-go-owcrypt — go get blocktree-go-owcrypt · libregistry