Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less restrictive convenience hashing functions #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Less restrictive convenience hashing functions #35

wants to merge 2 commits into from

Commits on Apr 4, 2018

  1. Less restrictive convenience hashing functions

    Accept types that implement AsRef<u8>
    instead of &str as password and salt.
    phil-k8r committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    3bde7e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Refactor convenience hashing functions

    Make types of `password` and `salt` independent of each other and
    accept `Unsize`d types.
    phil-k8r committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    99a6538 View commit details
    Browse the repository at this point in the history