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

Added Salsa20 cipher and simplified ChaCha20 #717

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Apr 15, 2019

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

Commits on Apr 16, 2019

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

Commits on Apr 27, 2019

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	Sources/CryptoSwift/ChaCha20.swift
    rogermiret-IBM committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    75de7b7 View commit details
    Browse the repository at this point in the history
  2. Add rotl function

    Added Rotate left function which takes a value (a) to rotate and an amount (b) to rotate the value (a). The function returns the rotated (a).
    rogerxaic committed Apr 27, 2019
    1 Configuration menu
    Copy the full SHA
    13bac90 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    cca008b View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    0cafa39 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    dc03424 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    43bd963 View commit details
    Browse the repository at this point in the history
  7. Updated Readme

    rogerxaic committed Apr 27, 2019
    1 Configuration menu
    Copy the full SHA
    5a5d3f2 View commit details
    Browse the repository at this point in the history