mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-26 03:04:36 +00:00
5 lines
111 B
Groff
5 lines
111 B
Groff
ECDSASignature ::= SEQUENCE {
|
|
r INTEGER ({ ecdsa_get_signature_r }),
|
|
s INTEGER ({ ecdsa_get_signature_s })
|
|
}
|