Update README.md

This commit is contained in:
Christoph Hilchenbach
2019-12-26 17:34:23 +01:00
committed by GitHub
parent ce8a29b13e
commit 381734aed2
+1 -1
View File
@@ -1,5 +1,5 @@
# Bcrypt.cpp
A c++ wrapper around bcrypt (origin: Open BSD) password hashing
A c++ wrapper around [bcrypt](https://en.wikipedia.org/wiki/Bcrypt) (origin: Open BSD) password hashing
## How to use