Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
index.ts
Go to the documentation of this file.
1
11export { CipherI } from "./cipherInterface";
12export { BaseCipher } from "./baseCipher";
Abstract base class providing common functionality for cipher implementations.
Definition baseCipher.ts:18
Common interface that all cipher implementations must follow.