Add RSA Encrypt Operation

This commit is contained in:
Matt 2020-04-07 13:31:17 +01:00
parent 1c0ecd29c2
commit e7b5c0e37c
No known key found for this signature in database
GPG key ID: 2DD462FE98BF38C2
3 changed files with 85 additions and 3 deletions

View file

@ -8,7 +8,6 @@
import Operation from "../Operation";
import OperationError from "../errors/OperationError";
import forge from "node-forge/dist/forge.min.js";
import Utils from "../Utils.mjs";
import { MD_ALGORITHMS } from "../lib/RSA.mjs";
/**