ソースを参照

Update RSA.swift

Damian Kołakowski 9 年 前
コミット
2e3242cd9b
1 ファイル変更2 行追加1 行削除
  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