Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change http URLs to https URLs.
  • Loading branch information
setuidroot authored Dec 7, 2020
1 parent e71b2d9 commit bc3d2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Fast elliptic-curve cryptography in a plain javascript implementation.

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

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

[0]: http://tools.ietf.org/html/rfc6979
[0]: https://tools.ietf.org/html/rfc6979
[1]: https://github.com/indutny/bn.js
[2]: https://github.com/indutny/hash.js
[3]: https://github.com/bitchan/eccrypto
Expand Down

0 comments on commit bc3d2ae

Please sign in to comment.