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

[CryptoService] Leverage browser native Crypto API to hash strings. #3850

Merged
merged 6 commits into from
Jul 1, 2016

Commits on Jun 30, 2016

  1. Leverage native crypto API to hash strings. Fallback to closure lib w…

    …hen native API is not available or failed to execute.
    lannka committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    c12b3d0 View commit details
    Browse the repository at this point in the history
  2. Address comments.

    lannka committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    1b18655 View commit details
    Browse the repository at this point in the history
  3. Address comments

    lannka committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    379ccb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Fix test skip.

    lannka committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    bc98d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc96c2 View commit details
    Browse the repository at this point in the history
  3. Add JSDoc to function str2ab.

    lannka committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    9e317e6 View commit details
    Browse the repository at this point in the history