android_kernel_samsung_a23xq/crypto/rsapubkey.asn1
rsuntk ae5385525c Initial A23 5G source
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
2025-01-11 02:04:00 +07:00

4 lines
82 B
Groff
Executable file

RsaPubKey ::= SEQUENCE {
n INTEGER ({ rsa_get_n }),
e INTEGER ({ rsa_get_e })
}