Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

AES Interop #29

Merged
merged 2 commits into from
Nov 11, 2016
Merged

AES Interop #29

merged 2 commits into from
Nov 11, 2016

Commits on Nov 10, 2016

  1. Configuration menu
    Copy the full SHA
    393fa17 View commit details
    Browse the repository at this point in the history
  2. fix(aes): replace subtle.crypto with browserify-aes

    Due to the design of `AES-CTR` in the webcrypto spec, there
    is no streaming mode provided. This results in the counter
    not being reused between subsequent calls to `encrypt` or
    `decrypt`. As both the node.js and the go implementation rely
    on this webcrypto had to be replaced.
    dignifiedquire committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    9994023 View commit details
    Browse the repository at this point in the history