Registry / crypto / hdevalence-ed25519consensus

hdevalence-ed25519consensus

JSON →
library0.2.0gogounverified

Package ed25519consensus implements Ed25519 verification according to ZIP215.

go get github.com/hdevalence/ed25519consensus
INSTALL
IMPORT
SIG · HDEVALENCE-ED25519
H
hdevalence-ed25519consensus
cryptogov0.2.0
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.

ed25519consensus
github.com/hdevalence/ed25519consensus

Verifies an Ed25519 signature using ZIP215 consensus rules.

package main import ( "fmt" "github.com/hdevalence/ed25519consensus" ) func main() { var publicKey [32]byte var message, signature [64]byte valid := ed25519consensus.Verify(publicKey, message, signature) fmt.Println(valid) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
hdevalence-ed25519consensus — go get hdevalence-ed25519consensus · libregistry