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

fix: make makeNonce return unique random values #546

Merged
merged 6 commits into from Mar 25, 2022

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    6d63fd1 View commit details
    Browse the repository at this point in the history
  2. fix: makeNonce generates 128 bits of data in the nonce, not 8

    view.setBigUInt(1,...) sets data starting at byte offset 1, not byte offset 9 (where the second bigint would start)
    ericswanson-dfinity committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    6d75850 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11eea91 View commit details
    Browse the repository at this point in the history
  4. update changelog

    ericswanson-dfinity committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    fec2e8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3d648a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    df1da56 View commit details
    Browse the repository at this point in the history