dart_bip66 library

Strict DER signature encoding/decoding.

Classes

DER
Der Model
DERCodec
Strict DER signature encoding/decoding codec. Reference https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki Format: 0x30 total-length 0x02 R-length R 0x02 S-length S NOTE: SIGHASH byte ignored AND restricted, truncate before use

Constants

der → const DERCodec
derDecoder → const DerDecoder
The canonical instance of DerDecoder.
derEncoder → const DerEncoder
The canonical instance of DerEncoder.