@signalapp/libsignal-client 0.54.1 → 0.54.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/acknowledgments.md +7 -7
- package/dist/incremental_mac.d.ts +2 -2
- package/dist/incremental_mac.js +4 -4
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/darwin-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-x64/@signalapp+libsignal-client.node +0 -0
package/dist/acknowledgments.md
CHANGED
|
@@ -669,7 +669,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
|
|
|
669
669
|
|
|
670
670
|
```
|
|
671
671
|
|
|
672
|
-
## attest 0.1.0, libsignal-ffi 0.54.
|
|
672
|
+
## attest 0.1.0, libsignal-ffi 0.54.2, libsignal-jni 0.54.2, libsignal-jni-testing 0.54.2, libsignal-node 0.54.2, signal-neon-futures 0.1.0, signal-neon-futures-tests 0.1.0, libsignal-bridge 0.1.0, libsignal-bridge-macros 0.1.0, libsignal-bridge-testing 0.1.0, libsignal-bridge-types 0.1.0, libsignal-core 0.1.0, signal-crypto 0.1.0, device-transfer 0.1.0, signal-media 0.1.0, libsignal-message-backup 0.1.0, libsignal-message-backup-macros 0.1.0, libsignal-net 0.1.0, signal-pin 0.1.0, poksho 0.7.0, libsignal-protocol 0.1.0, libsignal-svr3 0.1.0, usernames 0.1.0, zkcredential 0.1.0, zkgroup 0.9.0
|
|
673
673
|
|
|
674
674
|
```
|
|
675
675
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -1922,7 +1922,7 @@ limitations under the License.
|
|
|
1922
1922
|
|
|
1923
1923
|
```
|
|
1924
1924
|
|
|
1925
|
-
## boring 4.
|
|
1925
|
+
## boring 4.9.0
|
|
1926
1926
|
|
|
1927
1927
|
```
|
|
1928
1928
|
Copyright 2011-2017 Google Inc.
|
|
@@ -2357,7 +2357,7 @@ express Statement of Purpose.
|
|
|
2357
2357
|
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2358
2358
|
```
|
|
2359
2359
|
|
|
2360
|
-
## boring-sys 4.
|
|
2360
|
+
## boring-sys 4.9.0
|
|
2361
2361
|
|
|
2362
2362
|
```
|
|
2363
2363
|
/* Copyright (c) 2015, Google Inc.
|
|
@@ -2728,7 +2728,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2728
2728
|
|
|
2729
2729
|
```
|
|
2730
2730
|
|
|
2731
|
-
## boring-sys 4.
|
|
2731
|
+
## boring-sys 4.9.0
|
|
2732
2732
|
|
|
2733
2733
|
```
|
|
2734
2734
|
Copyright (c) 2014 Alex Crichton
|
|
@@ -3287,7 +3287,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3287
3287
|
|
|
3288
3288
|
```
|
|
3289
3289
|
|
|
3290
|
-
## boring-sys 4.
|
|
3290
|
+
## boring-sys 4.9.0
|
|
3291
3291
|
|
|
3292
3292
|
```
|
|
3293
3293
|
Copyright (c) 2015-2016 the fiat-crypto authors (see
|
|
@@ -3758,7 +3758,7 @@ SOFTWARE.
|
|
|
3758
3758
|
|
|
3759
3759
|
```
|
|
3760
3760
|
|
|
3761
|
-
## tokio-boring 4.
|
|
3761
|
+
## tokio-boring 4.9.0
|
|
3762
3762
|
|
|
3763
3763
|
```
|
|
3764
3764
|
Copyright (c) 2016 Tokio contributors
|
|
@@ -7031,7 +7031,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
7031
7031
|
SOFTWARE.
|
|
7032
7032
|
```
|
|
7033
7033
|
|
|
7034
|
-
## boring-sys 4.
|
|
7034
|
+
## boring-sys 4.9.0, ring 0.17.8
|
|
7035
7035
|
|
|
7036
7036
|
```
|
|
7037
7037
|
/* ====================================================================
|
|
@@ -16,7 +16,7 @@ export declare class DigestingWritable extends stream.Writable {
|
|
|
16
16
|
_digests: Buffer[];
|
|
17
17
|
constructor(key: Buffer, sizeChoice: ChunkSizeChoice);
|
|
18
18
|
getFinalDigest(): Buffer;
|
|
19
|
-
_write(chunk: any,
|
|
19
|
+
_write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void;
|
|
20
20
|
_final(callback: (error?: Error | null) => void): void;
|
|
21
21
|
}
|
|
22
22
|
export declare class ValidatingWritable extends stream.Writable {
|
|
@@ -24,7 +24,7 @@ export declare class ValidatingWritable extends stream.Writable {
|
|
|
24
24
|
_validatedBytes: number;
|
|
25
25
|
constructor(key: Buffer, sizeChoice: ChunkSizeChoice, digest: Buffer);
|
|
26
26
|
validatedSize(): number;
|
|
27
|
-
_write(chunk: any,
|
|
27
|
+
_write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void;
|
|
28
28
|
_final(callback: (error?: Error | null) => void): void;
|
|
29
29
|
}
|
|
30
30
|
export declare function chunkSizeInBytes(sizeChoice: ChunkSizeChoice): number;
|
package/dist/incremental_mac.js
CHANGED
|
@@ -27,9 +27,9 @@ class DigestingWritable extends stream.Writable {
|
|
|
27
27
|
}
|
|
28
28
|
_write(
|
|
29
29
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
|
|
30
|
-
chunk,
|
|
30
|
+
chunk, encoding, callback) {
|
|
31
31
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
32
|
-
const buffer = Buffer.from(chunk,
|
|
32
|
+
const buffer = Buffer.from(chunk, encoding);
|
|
33
33
|
const next_digest = Native.IncrementalMac_Update(this, buffer, 0, buffer.length);
|
|
34
34
|
if (next_digest.length != 0) {
|
|
35
35
|
this._digests.push(next_digest);
|
|
@@ -53,9 +53,9 @@ class ValidatingWritable extends stream.Writable {
|
|
|
53
53
|
}
|
|
54
54
|
_write(
|
|
55
55
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
|
|
56
|
-
chunk,
|
|
56
|
+
chunk, encoding, callback) {
|
|
57
57
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
58
|
-
const buffer = Buffer.from(chunk,
|
|
58
|
+
const buffer = Buffer.from(chunk, encoding);
|
|
59
59
|
const validBytes = Native.ValidatingMac_Update(this, buffer, 0, buffer.length);
|
|
60
60
|
if (validBytes >= 0) {
|
|
61
61
|
this._validatedBytes += validBytes;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|