import { crypto } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { IGE } = crypto;
Methods
decryptIge(cipherText: Buffer): Buffer
encryptIge(plainText: Buffer): Buffer
import { crypto } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { IGE } = crypto;