jisp_sha2 0.2.0

an implementation of the SHA-2 algorithm and its variations for a personal project
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.crypto-bigint]
version = "0.5.5"

[package]
description = "an implementation of the SHA-2 algorithm and its variations for a personal project"
edition = "2021"
license = "MIT"
name = "jisp_sha2"
readme = "README.md"
resolver = "1"
version = "0.2.0"