-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert platform crypto.js files to TypeScript
As part of this conversion, I intend to convert Crypto, CipherParams, and CBCCipher to ECMAScript classes, but I’m going to do that in a separate commit so that the conversion to TypeScript is reviewable without being lost in a sea of indentation changes. The underscored interfaces that this commit introduces are temporary and will be removed upon conversion to classes. Resolves #1252.
- Loading branch information
1 parent
026c329
commit b8a8f5d
Showing
3 changed files
with
196 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.