Skip to content

Commit

Permalink
add lowercase sha256 in hash algs collection
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen authored and ivantm committed Jun 4, 2019
1 parent 2b2edea commit b7844a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/rsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ var DigestInfoHead = {

var DigestAlgs = {
sha256: SHA256,
SHA256:SHA256
};

function RSAVerifier(modulus, exp) {
Expand Down

0 comments on commit b7844a1

Please sign in to comment.