bcrypt-only 0.3.1

A low-level bcrypt function in safe Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
std = []

[package]
authors = ["Charmander <~@charmander.me>"]
categories = ["cryptography", "no-std"]
description = "A low-level bcrypt function in safe Rust."
documentation = "https://docs.rs/bcrypt-only/"
edition = "2018"
include = ["src/lib.rs", "src/sbox-init.in"]
keywords = ["bcrypt", "hash"]
license = "ISC"
name = "bcrypt-only"
readme = "README.md"
repository = "https://github.com/charmander/bcrypt-only"
version = "0.3.1"