mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
27c2ee8d8999aa2a37eff1a18d0ba7cb5e4f007d
Require a label for hashing * Add a string label argument to `CryptoComponent#hash()` * Convert `DoubleDigest` from implementing `MessageDigest` to implementing `org.spongycastle.crypto.Digest` (we need to keep `DoubleDigest` for `FortunaGenerator`) * Convert all other uses of `MessageDigest` to `CryptoComponent#hash()` * Remove `CryptoComponent#getMessageDigest()`, `MessageDigest` and `DigestWrapper` Closes #548 See merge request !442
Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. Unlike traditional messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices. If the Internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the Internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance.
Description
Languages
Java
97.9%
Kotlin
1.9%