mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 18:50:15 -04:00
Changed URLs to HTTPS
This commit is contained in:
parent
ffab67004c
commit
7cdd147da5
21 changed files with 79 additions and 79 deletions
|
@ -1,2 +1,2 @@
|
|||
EdDSA signatures using Curve25519
|
||||
from http://hyperelliptic.org/ebats/supercop-20141124.tar.bz2
|
||||
from https://hyperelliptic.org/ebats/supercop-20141124.tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#assumes you have gnu sed, osx sed might need slight syntax changeo
|
||||
#c.f. http://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files
|
||||
#c.f. https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files
|
||||
|
||||
#written by shen-noether monero research labs
|
||||
|
||||
|
@ -8,7 +8,7 @@ import glob #for copy files
|
|||
import textwrap #for comments etc
|
||||
|
||||
print("make sure you have cat and grep installed")
|
||||
print("also assumes gnu sed syntax, c.f. :http://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files")
|
||||
print("also assumes gnu sed syntax, c.f. :https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files")
|
||||
print("I believe osx may have slightly different version of sed")
|
||||
print("maybe someone smart can replace the sed with perl..")
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@ shen_ed25519_ref10
|
|||
MakeCryptoOps.py makes crypto-ops.c in the Monero source from the ref10 implementation
|
||||
|
||||
EdDSA signatures using Curve25519
|
||||
from http://hyperelliptic.org/ebats/supercop-20141124.tar.bz2
|
||||
from https://hyperelliptic.org/ebats/supercop-20141124.tar.bz2
|
||||
|
||||
Commented / combined by Shen Noether, Monero Research Lab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue