keccak-asm 0.1.4

Simple wrappers for SHA-3 algorithms written in assembly
Documentation
1
2
3
4
5
6
7
8
9
# Configuration file for [`cargo-release`](https://github.com/crate-ci/cargo-release)
# See: https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md

allow-branch = ["master"]
sign-commit = true
sign-tag = true
shared-version = true
pre-release-commit-message = "chore: release {{version}}"
tag-prefix = "" # tag only once instead of per every crate