Properties
blockSize
blockSize: number
Methods
clean
- clean(): this
Returns this
decryptBlock
- decryptBlock(src, dst): this
Parameters
- src: Uint8Array
- dst: Uint8Array
Returns this
encryptBlock
- encryptBlock(src, dst): this
Parameters
- src: Uint8Array
- dst: Uint8Array
Returns this
setKey
- setKey(key): this
Returns this
Block cipher interface.