cryptographic_primitives 0.1.1

A crate that provides cryptographic primitives.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bitvec]
version = "1.0.1"

[dependencies.hmac]
version = "0.12.1"

[dependencies.sha2]
version = "0.10.8"

[package]
authors = ["Razvan-Andrei Perial <razvanperial@gmail.com>"]
description = "A crate that provides cryptographic primitives."
edition = "2021"
license = "MIT"
name = "cryptographic_primitives"
readme = "README.md"
repository = "https://github.com/razvanperial/cryptographic_primitives"
version = "0.1.1"