Sign in
gbmc
/
linux
/
00977af42106e82bb2971c59e20d5e02c52e2a65
/
.
/
crypto
/
ecdsasignature.asn1
blob: 621ab754fb9f9769d0fe67bb7f79072db6ab8c2b [
file
]
ECDSASignature
::=
SEQUENCE
{
r INTEGER
({
ecdsa_get_signature_r
}),
s INTEGER
({
ecdsa_get_signature_s
})
}