dart_bip66 library Null safety
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
0x02R-length
R
0x02S-length
S
NOTE: SIGHASH byte ignored AND restricted, truncate before use
Constants
- der → const DERCodec
-
DERCodec()
- derDecoder → const DerDecoder
-
The canonical instance of
DerDecoder
.DerDecoder()
- derEncoder → const DerEncoder
-
The canonical instance of
DerEncoder
.DerEncoder()