commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
12 lines
316 B
Groff
12 lines
316 B
Groff
RsaPrivKey ::= SEQUENCE {
|
|
version INTEGER,
|
|
n INTEGER ({ rsa_get_n }),
|
|
e INTEGER ({ rsa_get_e }),
|
|
d INTEGER ({ rsa_get_d }),
|
|
prime1 INTEGER ({ rsa_get_p }),
|
|
prime2 INTEGER ({ rsa_get_q }),
|
|
exponent1 INTEGER ({ rsa_get_dp }),
|
|
exponent2 INTEGER ({ rsa_get_dq }),
|
|
coefficient INTEGER ({ rsa_get_qinv })
|
|
}
|