From e911a21a931c14f2ab2ba20db59b6b67f590e802 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Sun, 15 Feb 2026 12:29:08 +0300 Subject: [PATCH] New hash in tests Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com> --- src/crypto/hash.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/hash.rs b/src/crypto/hash.rs index 6b3c654..1586e50 100644 --- a/src/crypto/hash.rs +++ b/src/crypto/hash.rs @@ -172,7 +172,7 @@ mod tests { let digest = sha256(&prekey); assert_eq!( hex::encode(digest), - "a4595b75f1f610f2575ace802ddc65c91b5acef3b0e0d18189e0c7c9f787d15c" + "934f5facdafd65a44d5c2df90d2f35ddc81faaaeb337949dfeef817c8a7c1e00" ); } }