Explorar el Código

Update RSA.swift

Damian Kołakowski hace 9 años
padre
commit
2e3242cd9b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Sources/Swifter/RSA.swift

+ 2 - 1
Sources/Swifter/RSA.swift

@@ -18,7 +18,8 @@ public struct RSA {
     // RSA
     //
     // https://en.wikipedia.org/wiki/RSA_(cryptosystem)
-    //
+    // TODO 
+    //   - Switch to BigNum.
     
     public struct Config {
         public var n, e, d : Int