mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-05-18 05:05:36 +02:00
crypto: use buffer from node:buffer
This commit is contained in:
committed by
Abdullah Atta
parent
6561791530
commit
1190da7c91
@@ -35,7 +35,7 @@ import {
|
||||
crypto_secretstream_xchacha20poly1305_STATEBYTES,
|
||||
crypto_secretstream_xchacha20poly1305_TAGBYTES
|
||||
} from "sodium-native";
|
||||
import { Buffer } from "buffer";
|
||||
import { Buffer } from "node:buffer";
|
||||
|
||||
export type Uint8ArrayOutputFormat = "uint8array";
|
||||
export type StringOutputFormat = "text" | "hex" | "base64";
|
||||
|
||||
Reference in New Issue
Block a user