use typedarray everywhere and docs

This commit is contained in:
2022-10-14 13:52:18 +02:00
parent d3b9e9bc42
commit 7fa0cbfe93
5 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
export { Base64, Bytes, Hex } from './crypto/encoding.js'
export { hash, Hashes } from './crypto/hash.js'
export { getRandomBytes } from './crypto/random.js'
export { TypedArray } from './utils/base.js'