crabcrypt 0.1.0

A work in progress cryptographic library that currently supports hashing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Deco Moraes <deco.moraes@icloud.com>"]
description = "A work in progress cryptographic library that currently supports hashing."
documentation = "https://docs.rs/crabcrypt"
edition = "2021"
license = "MIT"
name = "crabcrypt"
readme = "README.md"
repository = "https://github.com/decomoraes/crabcrypt"
version = "0.1.0"