Skip to content

Commit

Permalink
trying directly with webcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
mat50015 committed Nov 19, 2023
1 parent 5c1dfee commit 3bdee0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exports.privateDecrypt = publicEncrypt.privateDecrypt

var { Crypto } = require('@peculiar/webcrypto');
var crypto = new Crypto();
exports.subtle = crypto.subtle;
exports.webcrypto = crypto;

var rf = require('randomfill')

Expand Down

0 comments on commit 3bdee0a

Please sign in to comment.