From f2ec237f6ab913fef540e4d4678e1f89ec214048 Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Mon, 3 Feb 2025 23:19:58 -0500 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b97475a..ef64e67 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A fast, secure, low-dependency implementation of BIP32 -- Depends only on [`libsecp256k1`](https://github.com/bitcoin-core/libsecp256k1) and +- Depends only on [`libsecp256k1`](https://github.com/bitcoin-core/secp256k1) and [`libsodium`](https://github.com/jedisct1/libsodium) (for SHA256, HMAC-SHA512, and context randomization) - No heap allocations (aside from secp context), which allows end users to manage memory securely