Add extlib misc
crypto::bcrypt: rehome
bytes: return done from next_token/peek_token
This package provides an implementation of the bcrypt password algorithm for Hare. This is a legacy algorithm which is not recommended for new users. See [[crypto::argon2]] for a more modern approach to password hashing.
The recommended name for this package is "hare-bcrypt". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.
make install
git subtree -P vendor/hare-bcrypt/ add https://git.sr.ht/~sircmpwn/hare-bcrypt master