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

scrypt: allow hash.Hash payload, similar to hkdf & pbkdf2 #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 21, 2022

  1. allow hash.Hash payload, similar to hkdf & pbkdf2

    Allow to adapt payload type & complexity via hash.Hash Interface,
    similar to all other golang.org/x/crypto KDF functions (hkdf, pbkdf2,...).
    
    This would allow to continue to use and apapt existing scrypt based 
    implementations in 2023+, ignoring the increased (cheap) availibility
    of sha2 hardware assisted solutions.
    paepckehh committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    51b35f5 View commit details
    Browse the repository at this point in the history