Jamie
8bfbd12323
Update all Uint8Array/Buffer to use ArrayBuffer
...
Co-authored-by: Jordan Rose <jrose@signal.org >
2026-03-16 18:55:17 -07:00
Jordan Rose
8b10397484
node: Explicitly import Buffer from node:buffer
2025-09-29 18:23:38 -07:00
Alex Bakon
1f01c19e5f
Convert libsignal-client node package to ESM
2025-09-22 14:20:16 -04:00
Max Moiseev
33d8421ca9
Bridge username hashing APIs to all client platforms
2023-02-03 17:44:29 -08:00
Jordan Rose
970677795a
Node: Rename SignalClientError to LibSignalError
2022-03-23 10:49:09 -07:00
Jordan Rose
d9b60b5776
Node: use a plain Buffer for the HsmEnclave public key
...
The PublicKey type includes a type byte prefix to support different
kinds of public keys in the future, but that doesn't really apply to
HsmEnclave keys. This matches the Java implementation and the
recently-updated Swift implementation.
2022-02-18 15:19:57 -08:00
Jordan Rose
734c0e02a3
node: Move TypeScript source files into ts/ directory
...
This way, files that reference the non-compiled Native.js/.d.ts can
consistently refer to it as '../Native' without having to copy
anything around.
2021-11-08 16:40:50 -08:00