From dccd137852eb8cf067446b090b20207261207f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Lindstr=C3=B8m?= Date: Mon, 16 Oct 2023 15:31:15 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49ac45f7..db51e979 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ These include an implementation of the [AKS primality testing algorithm](https://en.wikipedia.org/wiki/AKS_primality_test), computing the [optimal Ate pairing over the BLS12-381 elliptic construction](https://hackmd.io/@benjaminion/bls12-381), a demonstration of arbitrary precision arithmetic with real numbers inspired -by [the work of Hans-J Boehm](https://www.hboehm.info/new_crcalc/CRCalc.html) and an implementation of the [Poseidon hash function over BN254]([https://github.com/jonas-lj/Ruffini/blob/master/demos/src/main/java/demo/poseidon/Poseidon.java](https://www.poseidon-hash.info/). +by [the work of Hans-J Boehm](https://www.hboehm.info/new_crcalc/CRCalc.html) and an implementation of the [Poseidon hash function over BN254](https://www.poseidon-hash.info/).