deterministic-hash 1.0.2

Create deterministic hashes regardless of architecture
Documentation
[dev-dependencies.crc]
default-features = false
version = "1.8"

[lib]
name = "deterministic_hash"
path = "src/lib.rs"

[package]
authors = ["Wouter Geraedts <git@woutergeraedts.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Create deterministic hashes regardless of architecture"
edition = "2018"
keywords = ["hash", "no-std", "deterministic"]
license = "MIT"
name = "deterministic-hash"
readme = "README.md"
repository = "https://github.com/Wassasin/deterministic-hash"
version = "1.0.2"