From b5e8d431b918951b91b5c3cb8eee27f4469feb6b Mon Sep 17 00:00:00 2001 From: Wolf McNally Date: Mon, 13 Jan 2025 23:25:48 -0800 Subject: [PATCH] Added Rust implementation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06b6a36..1609865 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ We intend this C++/C implementation to become the "canonical" implementation, an | Type | Name | Language | Note | |------|------|----------|------| | Reference | [bc-lifehash](https://github.com/BlockchainCommons/bc-lifehash) | C++/C +| Third-Party | [lifehash-rs](https://github.com/GalactechsLLC/lifehash-rs) | Rust | [Galactechs LLC](https://github.com/GalactechsLLC) | Third-Party | [bc-lifehash-python](https://github.com/BlockchainCommons/bc-lifehash-python) | Python | [Cramium](https://cramiumsolutions.com/) | Third-Party | [toucan](https://github.com/sparrowwallet/toucan) | Java | [Sparrow Wallet](https://sparrowwallet.com/) | Reference | [LifeHash](https://github.com/BlockchainCommons/LifeHash) | Swift