Skip to content

Commit 8bb4e8c

Browse files
committed
fix: remove link to removed hashing functions
1 parent 7f10d70 commit 8bb4e8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/build/cryptography-functions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,6 @@ If you're familiar with the box and secretbox algorithms, you'll know that good,
286286
* Hashing
287287
* [`hdk::hash::hash_entry`](https://docs.rs/hdk/latest/hdk/hash/fn.hash_entry.html)
288288
* [`hdk::hash::hash_action`](https://docs.rs/hdk/latest/hdk/hash/fn.hash_action.html)
289-
* [`hdk::hash::hash_blake2b`](https://docs.rs/hdk/latest/hdk/hash/fn.hash_blake2b.html)
290-
* [`hdk::hash::hash_keccak256`](https://docs.rs/hdk/latest/hdk/hash/fn.hash_keccak256.html)
291-
* [`hdk::hash::hash_sha3`](https://docs.rs/hdk/latest/hdk/hash/fn.hash_sha3.html)
292-
* [`hdk::hash::hash_sha256`](https://docs.rs/hdk/latest/hdk/hash/fn.hash_sha256.html)
293-
* [`hdk::hash::hash_sha512`](https://docs.rs/hdk/latest/hdk/hash/fn.hash_sha512.html)
294289
* Signing
295290
* [`hdk::ed25519::sign`](https://docs.rs/hdk/latest/hdk/ed25519/fn.sign.html)
296291
* [`hdk::ed25519::sign_raw`](https://docs.rs/hdk/latest/hdk/ed25519/fn.sign_raw.html)

0 commit comments

Comments
 (0)