## v0.9.1 / 2023-08-31

### Fixed
- cSHAKE empty Array bug. #24
This commit is contained in:
Yi-Cyuan Chen
2023-08-31 09:23:33 +08:00
parent dbb0ea401f
commit f293b5d508
7 changed files with 63 additions and 41 deletions
+21
View File
@@ -25,6 +25,27 @@
n: '',
s: '',
output: '7f9c2ba4e88f827d616045507605853ed73b8093f6efbc88eb1a6eacfa66ef26'
},
{
input: [],
bits: 256,
n: [],
s: [],
output: '7f9c2ba4e88f827d616045507605853ed73b8093f6efbc88eb1a6eacfa66ef26'
},
{
input: [],
bits: 256,
n: new ArrayBuffer(0),
s: new ArrayBuffer(0),
output: '7f9c2ba4e88f827d616045507605853ed73b8093f6efbc88eb1a6eacfa66ef26'
},
{
input: [],
bits: 256,
n: new Uint8Array([]),
s: new Uint8Array([]),
output: '7f9c2ba4e88f827d616045507605853ed73b8093f6efbc88eb1a6eacfa66ef26'
}
]
},