bcrypt

bcrypt with a threadpool
git clone https://noulin.net/git/bcrypt.git
Log | Files | Refs | README | LICENSE

commit b2d86e810c7ce4e752e2f4881747d0f52ae10b0f
parent f692385ab5cf59ce9638a487d7539cd28179a471
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:39:53 +0200

update links

Diffstat:
MREADME.md | 2+-
Mpackage.yml | 8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -8,7 +8,7 @@ As should be the case with any security tool, this library should be scrutinized ## Install -With SPM (get SPM from [sheepy](https://github.com/RemyNoulin/sheepy)): +With SPM (get SPM from [sheepy](https://spartatek.se/r/sheepy/file/README.md.html)): ``` spm install bcrypt diff --git a/package.yml b/package.yml @@ -1,16 +1,16 @@ --- name: bcrypt - version: 0.0.3 + version: 0.0.4 description: bcrypt hash function bin: ./bcrypt.c cflags: "-O2 -std=gnu11 -fPIC -pipe" repository: type: git - url: "git+https://github.com/RemyNoulin/bcrypt.git" + url: "git+https://noulin.net/git/bcrypt.git" keywords: - security author: Remy Noulin license: MIT bugs: - url: "https://github.com/RemyNoulin/bcrypt/issues" - homepage: "https://github.com/RemyNoulin/bcrypt#readme" + url: "https://noulin.net/bcrypt/log.html" + homepage: "https://noulin.net/bcrypt/file/README.md.html"