Merge branch 'master' of git://factorcode.org/git/factor
commit
e8b2f7d040
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: math.primes.miller-rabin kernel math math.functions
|
||||
namespaces sequences accessors ;
|
||||
USING: math.primes kernel math math.functions namespaces
|
||||
sequences accessors ;
|
||||
IN: crypto.rsa
|
||||
|
||||
! The private key is the only secret.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
USING: kernel math sequences namespaces
|
||||
math.primes.miller-rabin math.functions accessors random ;
|
||||
USING: kernel math sequences namespaces math.primes
|
||||
math.functions accessors random ;
|
||||
IN: random.blum-blum-shub
|
||||
|
||||
! Blum Blum Shub, n = pq, x_i+1 = x_i ^ 2 mod n
|
||||
|
|
Loading…
Reference in New Issue