jisp_sha2 0.2.3

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
12
[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"
repository = "https://github.com/JISP-Projects/jisp_sha2"
resolver = "1"
version = "0.2.3"