cryptotools 0.3.0

cryptotools is a cryptography library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
workspace = { members = ["examples/example"] }

[package]
name = "cryptotools"
version = "0.3.0"
edition = "2024"
authors = ["João Lucas <joaolucasfp2001@gmail.com>"]
license = "MIT"
description = "cryptotools is a cryptography library"
readme = "README.md"
repository = "https://github.com/heroesofcode/cryptotools"
exclude = [".github/**", "examples/*"]

[dependencies]
md5 = "0.8.0"