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

BREAKING: Rename '_ready' suffix to '_wasm_ready' #41

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

Commits on Sep 11, 2020

  1. BREAKING: Rename '_ready' suffix to '_wasm_ready'

    When looking through each of the extra methods exposed by this module I
    noticed lots of 'wasm' mentions, but since this method doesn't mention
    wasm it wasn't clear to me why this extra method was being exposed.
    
    This commit is a breaking change that renames crypto_generichash_ready
    to crypto_generichash_wasm_ready, which feels more clear to me.
    christianbundy committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    4520ecc View commit details
    Browse the repository at this point in the history