]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/crypto/rsa/rsa.factor
Switch to https urls
[factor.git] / extra / crypto / rsa / rsa.factor
index 0fc59da8aaffe665c921a65d39323a58e187f06b..b21fad68a15af277b23dff24608e87a7b74d1a96 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: math.primes kernel math math.functions namespaces
 sequences accessors ;
 IN: crypto.rsa