mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-14 20:00:31 +00:00
8 lines
119 B
Odin
8 lines
119 B
Odin
/*
|
||
RSA (Rivest–Shamir–Adleman) cryptosystem.
|
||
|
||
See:
|
||
- [[ https://www.rfc-editor.org/info/rfc8017/ ]]
|
||
*/
|
||
package rsa
|