AFIT/Source/builtin/break_ciphers.ml

10 lines
190 B
Standard ML

(** Factoring Built-In Int Primes *)
open Builtin
open Basic_arithmetics
(** Factors product of two primes.
@param key is public key of an RSA cryptosystem.
*)
let break key = (0, 0)