menu
schnorr package
documentation
schnorr.dart
Signature
toASN1 method
toASN1 method
dark_mode
light_mode
toASN1
method
List
<
int
>
toASN1
(
)
Implementation
List<int> toASN1() { return ASN1Sequence([ASN1Integer(R), ASN1Integer(S)]).encode(); }
schnorr package
documentation
schnorr
Signature
toASN1 method
Signature class