WIP inital recommit of PGP operations

This commit is contained in:
tlwr 2017-10-08 21:39:11 +01:00
parent 1bbc73ec50
commit 728d9066fe
8 changed files with 1534 additions and 51 deletions

View file

@ -17,6 +17,7 @@ import HashingModule from "./Hashing.js";
import HTTPModule from "./HTTP.js";
import ImageModule from "./Image.js";
import JSBNModule from "./JSBN.js";
import PGPModule from "./PublicKey.js";
import PublicKeyModule from "./PublicKey.js";
import ShellcodeModule from "./Shellcode.js";
@ -32,6 +33,7 @@ Object.assign(
HTTPModule,
ImageModule,
JSBNModule,
PGPModule,
PublicKeyModule,
ShellcodeModule
);