Add
All checks were successful
/ mirror (push) Successful in 4s

This commit is contained in:
stcb 2025-02-19 10:25:38 +00:00
parent 452f540dc1
commit 4773a2550e

View File

@ -3,16 +3,20 @@
## Core Features ## Core Features
### Icing protocol ### Icing protocol
- Key generation - Handshakes
- Handshake
- ECDH - ECDH
- Compression - Compression
- Audio error correction - Audio error correction
- Vocal filter - In-call pubkey share
- Trust shifts
### Icing dialer (based on Icing lib, based itself on Icing protocol) ### Icing dialer (based on Icing kotlin library, an Icing protocol implementation)
- Call - Call
- Encrypted if public key available - Encrypted if public key available
- Allows users to share their public keys
- Normal call if conditions unment
- Encrypted and clear DTMF transmission
- SIM choice on call
- Call history - Call history
- Contacts - Contacts
@ -30,9 +34,17 @@
- Quick link to call, text, block, share number... - Quick link to call, text, block, share number...
- SIM settings - SIM settings
- Default SIM - Default SIM choice
- Asymetric Keys
- Secure storage
- Generation at startup if missing
- Full key management
- Secure generation
- Exportation on creation (insecure generation)
- Importation
- Trust shift
- SMS?
## Beta Testing Scenarii ## Beta Testing Scenarii
- Call from Icing dialer to another dialer (Google, Apple...) - Call from Icing dialer to another dialer (Google, Apple...)