We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b748cb4 commit 72f3210Copy full SHA for 72f3210
gcw5yb_rsa/main.go
@@ -12,6 +12,7 @@ import (
12
13
const (
14
kN = "219753280453276360597069096621551388190092992509333925115459919"
15
+ // https://www.alpertron.com.ar/ECM.HTM
16
kP = "11860681821449926715169841912469"
17
kQ = "18527879236744611830104086196051"
18
e = 65537
0 commit comments