feat: add sncrypto client side packages
This commit is contained in:
21
packages/sncrypto-web/src/libsodium.ts
Normal file
21
packages/sncrypto-web/src/libsodium.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
/* eslint-disable camelcase */
|
||||
export {
|
||||
base64_variants,
|
||||
crypto_aead_xchacha20poly1305_ietf_decrypt,
|
||||
crypto_aead_xchacha20poly1305_ietf_encrypt,
|
||||
crypto_secretstream_xchacha20poly1305_push,
|
||||
crypto_secretstream_xchacha20poly1305_pull,
|
||||
crypto_secretstream_xchacha20poly1305_init_push,
|
||||
crypto_secretstream_xchacha20poly1305_init_pull,
|
||||
crypto_pwhash_ALG_DEFAULT,
|
||||
crypto_pwhash,
|
||||
from_base64,
|
||||
from_hex,
|
||||
from_string,
|
||||
ready,
|
||||
to_base64,
|
||||
to_hex,
|
||||
to_string,
|
||||
} from 'libsodium-wrappers'
|
||||
|
||||
export type { StateAddress } from 'libsodium-wrappers'
|
||||
Reference in New Issue
Block a user