Registry / crypto / miguelmota-go-solidity-sha3

miguelmota-go-solidity-sha3

JSON →
library0.1.1gogounverified

Go implementation of Solidity's sha3 (keccak256) hash function for Ethereum smart contract development.

go get github.com/miguelmota/go-solidity-sha3
INSTALL
IMPORT
SIG · MIGUELMOTA-GO-SOLI
M
miguelmota-go-solidity-sha3
cryptogov0.1.1
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.

soliditysha3
github.com/miguelmota/go-solidity-sha3

Computes Solidity-style sha3 hash of a uint256 value.

package main import ( "fmt" "github.com/miguelmota/go-solidity-sha3" ) func main() { hash := soliditysha3.SoliditySHA3(soliditysha3.Uint256(42)) fmt.Printf("%x", hash) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
miguelmota-go-solidity-sha3 — go get miguelmota-go-solidity-sha3 · libregistry