bip66
DER signature encoder/decoder
A module for encoding and decoding strict DER signatures in JavaScript.
Strict DER signatures
14 stars
11 watching
7 forks
Language: JavaScript
last commit: 5 months ago
Linked from 1 awesome list
bip66bitcoin
Related projects:
Repository | Description | Stars |
---|---|---|
bitcoinjs/bip68 | An encoding and decoding library for Bitcoin's relative lock-time specification. | 2 |
bitcoinjs/wif | A JavaScript module for encoding and decoding Bitcoin private keys in the WIF format | 80 |
cryptocoinjs/bs58 | A JavaScript library used to encode and decode base 58 strings commonly used in cryptocurrency transactions. | 215 |
bitcoinjs/bs58check | A library that implements base58 encoding and decoding with checksum verification | 91 |
bitcoinjs/bech32 | A Bech32 encoding/decoding library for Bitcoin transactions | 107 |
bitcoinjs/bip21 | Utility library for encoding and decoding Bitcoin-related data according to the BIP21 specification | 56 |
bitcoinjs/bip38 | Provides a JavaScript implementation of the BIP38 encryption standard to secure cryptocurrency private keys | 211 |
bitcoinjs/bitcoinjs-message | A library providing functions to generate digital signatures for Bitcoin messages. | 130 |
bitcoinjs/bip39 | A JavaScript library that enables deterministic key generation using Bitcoin's mnemonic code system | 1,101 |
chaintope/bip-schnorrrb | A Ruby implementation of the Schnorr signature scheme over elliptic curves. | 7 |
sija/base62.cr | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
d1ll0n/abi-lity | A tool for efficiently encoding and decoding the binary format used in Solidity smart contracts. | 92 |
consensys/abi-decoder | A Node.js and JavaScript library used to decode data parameters and events from Ethereum transactions. | 640 |
paulmillr/noble-secp256k1 | A high-performance JavaScript implementation of secp256k1 signatures and ECDH (Elliptic Curve Diffie-Hellman) algorithms | 761 |
darienhuss/shotgunyara | Tools and utilities for generating encoded versions of input data | 9 |