1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Counter block mode.
|
||||
*/
|
||||
export class CTR extends BlockCipherMode {
|
||||
}
|
||||
import { BlockCipherMode } from './cipher-core.js';
|
||||
Reference in New Issue
Block a user