UNPKG
@qelos/assets
Version:
latest (3.8.0)
3.8.0
3.7.4
3.7.3
manage assets like images and static files on remote servers
@qelos/assets
/
node_modules
/
@aws-crypto
/
sha256-js
/
build
/
module
/
knownHashes.fixture.d.ts
6 lines
(5 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
hashTestVectors
:
Array
<[
Uint8Array
,
Uint8Array
]>;
/** *
@see
https://tools.ietf.org/html/rfc4231 */
export
declare
const
hmacTestVectors
:
Array
<[
Uint8Array
,
Uint8Array
,
Uint8Array
]>;