mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-12 19:41:36 +08:00
### Added
- KMACXOF128 and KMACXOF256 (NIST SP 800-185)
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
expect(array).to.eql(digest);
|
||||
expect(Array.prototype.slice.call(new Uint8Array(buffer))).to.eql(array);
|
||||
expect(function () { hash.update(t1); }).to.throwError(/finalize already called/);
|
||||
expect(function () { hash.updateChunk(t1); }).to.throwError(/finalize already called/);
|
||||
expect(function () { hash.updateChunk(t1); }).to.throwError(/no active tuple input/);
|
||||
});
|
||||
|
||||
it('should require customization like KMAC', function () {
|
||||
|
||||
Reference in New Issue
Block a user