From 8169b38d56e509ba9408c62105f3dabdc9c5d1d7 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Tue, 3 Dec 2024 21:57:15 -0800 Subject: [PATCH] README: fixup broken links (#107) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93bee84..e5739b1 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted [`hkdf`]: ./hkdf [`concat-kdf`]: ./concat-kdf [`ansi-x963-kdf`]: ./ansi-x963-kdf +[`bake-kdf`]: ./bake-kdf [//]: # (algorithms) @@ -54,3 +55,4 @@ Unless you explicitly state otherwise, any contribution intentionally submitted [Concat-KDF]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-56ar.pdf [ANSI-X9.63-KDF]: https://www.secg.org/sec1-v2.pdf [RustCrypto/password-hashes]: https://github.com/RustCrypto/password-hashes +[bake-kdf]: https://apmi.bsu.by/assets/files/std/bake-spec19.pdf