Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiretza committed May 22, 2022
1 parent 2721365 commit 6de23f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Unreleased
### Features
* Added `utils::randombytes_array()` function to create fixed-sized arrays of random numbers

### Changes
* Previously, signing up a new user would generate a 32-byte salt, then hash the password using only the first 16 bytes.
Now, only 16 bytes of salt are generated for new signups.
* Signing up a new user using a main key instead of a password no longer generates and stores an (unused) password hash.

## Version 0.5.3
* Upgrade dependencies - ignore package lock. Upgrade to absolute latest.

Expand Down

0 comments on commit 6de23f9

Please sign in to comment.