Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paulmillr/noble-hashes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: paulmillr/noble-hashes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.2
Choose a head ref
  • 19 commits
  • 26 files changed
  • 3 contributors

Commits on Jun 25, 2023

  1. use const enums

    jeetiss committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    58a7764 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from jeetiss/const-enums

    use const enums
    paulmillr authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    4abac2b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 28, 2023

  1. Wildcard imports for _assert and _u64 modules (#66)

    * use wildcard import to enable tree shaking in `_assert` module
    
    * use wildcard import to enable tree shaking in `_u64` module
    
    * return export default to not to break `_assert` export
    
    * fix test for u64
    
    * migrate wildcard to specific imports
    
    * apply code style
    jeetiss authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    abd3775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16190cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c62f44 View commit details
    Browse the repository at this point in the history
  4. readme

    paulmillr committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    fd47181 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    e37b278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a6841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff132f View commit details
    Browse the repository at this point in the history
  4. build: update esbuild

    paulmillr committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b1a1ed4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5267a64 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #69 from Systemcluster/patch-1

    argon2: fix checks for parallelism and iterations parameters
    paulmillr authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2a33a3e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. readme

    paulmillr committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    54c3197 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 4, 2023

  1. readme

    paulmillr committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    04e46b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260a75c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Release 1.3.2.

    paulmillr committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c506323 View commit details
    Browse the repository at this point in the history
Loading