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

Make closure of challenge phase FnOnce. #276

Merged
merged 1 commit into from
May 26, 2020

Commits on May 20, 2020

  1. Make closure of challenge phase FnOnce.

    It allows for the challenge phase to accept closures that take some more
    context, e.g. moving non-Clone values in the challenge closure.
    
    This works in stable since Rust 1.35; cfr.
    rust-lang/rust#28796.
    
    This closes issue dalek-cryptography#244.
    rubdos committed May 20, 2020
    Configuration menu
    Copy the full SHA
    977f987 View commit details
    Browse the repository at this point in the history