mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
node-forge: Allow byte buffer or byte array for IV
This commit is contained in:
Vendored
+1
-1
@@ -639,7 +639,7 @@ declare module "node-forge" {
|
||||
function createDecipher(algorithm: Algorithm, payload: util.ByteBuffer | Bytes): BlockCipher;
|
||||
|
||||
interface StartOptions {
|
||||
iv?: Bytes;
|
||||
iv?: util.ByteBuffer | Byte[] | Bytes;
|
||||
tag?: util.ByteStringBuffer;
|
||||
tagLength?: number;
|
||||
additionalData?: string;
|
||||
|
||||
Reference in New Issue
Block a user