From 2bf2e312a013fd6df30398c573ecf519ea05b950 Mon Sep 17 00:00:00 2001 From: Ardis Lu Date: Fri, 19 Jan 2024 23:39:52 -0800 Subject: [PATCH] README: fix broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 200a0ab..651e820 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Same RFC7748 / RFC8032 / IRTF draft are followed. #### bls12-381 -See [abstract/bls](#abstractbls-barreto-lynn-scott-curves). +See [abstract/bls](#bls-barreto-lynn-scott-curves). #### All available imports @@ -758,7 +758,7 @@ and [RFC 9380](https://www.rfc-editor.org/rfc/rfc9380#section-5.2). This means, for 32-byte key, we would need 48-byte hash to get 2^-128 bias, which matches curve security level. `hashToPrivateScalar()` that hashes to **private key** was created for this purpose. -Use [abstract/hash-to-curve](#abstracthash-to-curve-hashing-strings-to-curve-points) +Use [abstract/hash-to-curve](#hash-to-curve-hashing-strings-to-curve-points) if you need to hash to **public key**. ```ts