8000 Comparing 22f31a6...5354362 · tmthecoder/Argon2Swift · GitHub
[go: up one dir, main page]

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: tmthecoder/Argon2Swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 22f31a6
Choose a base ref
...
head repository: tmthecoder/Argon2Swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5354362
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 13, 2022

  1. Replace SecCopyRandomBytes with Swift 4.2+ random

    According to its [documentation](https://developer.apple.com/documentation/swift/systemrandomnumbergenerator) and of the functions underneath, this new default is also producing cryptographically secure random values. It also supports Linux.
    vzsg committed Apr 13, 2022
    Configuration menu < 8000 /action-menu>
    Copy the full SHA
    9ed386c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from vzsg/linux

    Replace SecCopyRandomBytes with Swift 4.2+ random
    tmthecoder authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ef5d2ad View commit details
    Browse the repository at this point in the history
  3. bump version for 1.0.3

    tmthecoder committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5602fe2 View commit details
    Browse the repository at this point in the history
  4. fix a typo

    tmthecoder authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    2f5799c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    7ca94d3 View commit details
    Browse the repository at this point in the history
  2. bump version

    tmthecoder committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a6cd1dd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Fix pod failure

    tmthecoder committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5354362 View commit details
    Browse the repository at this point in the history
Loading
0