Registry / crypto / bip-schnorr

bip-schnorr

JSON →
library0.7.0rbrubygemsunverified

BIP Schnorr is a Ruby implementation of the Schnorr signature scheme as specified in Bitcoin Improvement Proposal 340.

gem install bip-schnorr
INSTALL
IMPORT
SIG · BIP-SCHNORR
B
bip-schnorr
cryptorubyv0.7.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.

BIP_Schnorr
require 'bip-schnorr'

Generate a Schnorr signature and verify it.

require 'bip-schnorr' private_key = BIP_Schnorr::Key.generate public_key = private_key.public_key message = 'Hello, Bitcoin!' signature = private_key.sign(message) puts BIP_Schnorr.verify(public_key, message, signature)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Resources
bip-schnorr — gem install bip-schnorr · libregistry