fish_hash 0.1.0

Hashing algorithm used for Iron Fish
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.blake3]
version = "1.3.1"

[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0.2"

[package]
authors = ["Iron Fish <contact@ironfish.network> (https://ironfish.network)"]
description = "Hashing algorithm used for Iron Fish"
edition = "2021"
homepage = "https://ironfish.network/"
license = "MPL-2.0"
name = "fish_hash"
repository = "https://github.com/iron-fish/ironfish"
version = "0.1.0"