mini-rcrypt 0.1.1

A minimal Rust implementation of OpenBSD Blowfish password hashing code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mini-rcrypt"
version = "0.1.1"
edition = "2021"
description = "A minimal Rust implementation of OpenBSD Blowfish password hashing code."
license = "MIT"
homepage = "https://github.com/Guilherme775/rcrypt"
repository = "https://github.com/Guilherme775/rcrypt"
categories = ["cryptography", "algorithms", "security"]
keywords = ["bcrypt", "hash", "salt", "base64"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]