Number of commits found: 3
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Jun 2022 08:55:09 0.17.0
|
Mikael Urankar (mikael)  |
net-im/libsignal-desktop: Update to 0.17.0
Changes:
https://github.com/signalapp/libsignal/releases/tag/v0.17.0 |
23 Jun 2022 12:23:57 0.16.0
|
Mikael Urankar (mikael)  |
signal-desktop: replace ECHO with ECHO_CMD
The "echo" command has to be used here
See Mk/bsd.commands.mk (ECHO_CMD) for details
Reported by: 0mp |
23 Jun 2022 11:38:17 0.16.0
|
Mikael Urankar (mikael)  |
net-im/libsignal-node: Add new port
libsignal contains platform-agnostic APIs used by the official Signal clients
and servers, exposed as a Java, Swift, or TypeScript library.
The underlying implementations are written in Rust:
- libsignal-protocol: Implements the Signal protocol, including the
Double Ratchet algorithm. A replacement for libsignal-protocol-java and
libsignal-metadata-java.
- signal-crypto: Cryptographic primitives such as AES-GCM. We use RustCrypto's
where we can but sometimes have differing needs.
- device-transfer: Support logic for Signal's device-to-device transfer
feature.
- attest: Functionality for remote attestation of SGX enclaves and
server-side HSMs.
- zkgroup: Functionality for zero-knowledge groups and related features
available in Signal.
- poksho: Utilities for implementing zero-knowledge proofs (such as those used
by zkgroup); stands for "proof-of-knowledge, stateful-hash-object".
WWW: https://github.com/signalapp/libsignal |
Number of commits found: 3
|