Skip to content

Commit

Permalink
version bump and README update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Sep 9, 2023
1 parent 39e88cf commit 3b39cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [API index](https://philippmdoerner.github.io/nimword/nimword.html)

This package is a collection of functions for password hashing implemented by other packages, presented with a unified interface.
It is currently only tested for Linux, but *should* work for Windows as well assuming the same libraries are installed.

Currently available hashing algorithms:
- PBKDF2 - HMAC with SHA256 from [openssl](https://nim-lang.org/docs/openssl.html)
Expand Down
2 changes: 1 addition & 1 deletion nimword.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.2.0"
version = "1.0.0"
author = "Philipp Doerner"
description = "A simple library with a simple interface to do password hashing and validation with different algorithms"
license = "MIT"
Expand Down

0 comments on commit 3b39cfc

Please sign in to comment.