import * as crypto from "https://deno.land/x/crypto@v0.10.1/src/block-modes/mod.ts";
Classes
Block cipher mode of operation. | |
c Cbc | Cipher block chaining (CBC) mode of operation. |
c Cfb | Cipher feedback (CFB) mode of operation. |
c Ctr | Counter (CTR) mode of operation. |
c Ecb | Electronic codebook (ECB) mode of operation. |
c Ofb | Output feedback (OFB) mode of operation. |
Interfaces
This is a low level class. Use a block cipher mode to encrypt and decrypt data |