Skip to main content
Module

x/god_crypto/src/aes/block_ciper_operator.ts>BlockCiper

Pure Javascript/Typescript Crypto Implementation for Deno. AES, RSA, HMAC, and TOTP
Very Popular
Latest
class BlockCiper
Abstract
import { BlockCiper } from "https://deno.land/x/god_crypto@v1.4.11/src/aes/block_ciper_operator.ts";

Methods

abstract
decrypt(m: Uint8Array): Uint8Array
abstract
encrypt(m: Uint8Array): Uint8Array