bytehash 0.3.0

Trait abstracting over hash-functions, allowing digests to be viewed as byte slices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Kristoffer Ström <kristoffer@rymdkoloni.se>"]
description = "Trait abstracting over hash-functions, allowing digests to be viewed as byte slices."
documentation = "https://docs.rs/bytehash"
license = "MIT OR Apache-2.0"
name = "bytehash"
repository = "https://github.com/krl/bytehash"
version = "0.3.0"

[dependencies]
blake2-rfc = "0.2.17"
byteorder = "1.2.4"