zeros 11.1.0

Keccak implementation
Documentation
# License: see LICENSE file at root directory of `master` branch

[package]
edition = '2018'

name = 'zeros'
version = '11.1.0'
authors = ['Hai Bison <haibison.apps@gmail.com>']
description = 'Keccak implementation'
repository = 'https://bitbucket.org/haibison/zeros'
license-file = 'LICENSE'
keywords = ['keccak', 'implementation']
categories = ['algorithms', 'no-std']

[dev-dependencies]

[features]
std = []

[package.metadata.docs.rs]
all-features = true