Skip to content

Commit bc3d2ae

Browse files
authored
Update README.md
Change http URLs to https URLs.
1 parent e71b2d9 commit bc3d2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Fast elliptic-curve cryptography in a plain javascript implementation.
66

7-
NOTE: Please take a look at http://safecurves.cr.yp.to/ before choosing a curve
7+
NOTE: Please take a look at https://safecurves.cr.yp.to/ before choosing a curve
88
for your cryptography operations.
99

1010
## Incentive
@@ -231,7 +231,7 @@ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
231231
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
232232
USE OR OTHER DEALINGS IN THE SOFTWARE.
233233

234-
[0]: http://tools.ietf.org/html/rfc6979
234+
[0]: https://tools.ietf.org/html/rfc6979
235235
[1]: https://github.com/indutny/bn.js
236236
[2]: https://github.com/indutny/hash.js
237237
[3]: https://github.com/bitchan/eccrypto

0 commit comments

Comments
 (0)