function crypto.encryptimport { crypto } from "https://deno.land/x/grm@0.6.0/src/mod.ts"; const { encrypt } = crypto; encrypt(fingerprint: bigInt.BigInteger, data: Buffer)Parametersfingerprint: bigInt.BigIntegerdata: Buffer