Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya authored Jan 7, 2024
1 parent 7243291 commit a6dd196
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Minimal ADNL implementation in Rust (client-server only, without p2p for now). Specification of ADNL is available [here](https://github.com/tonstack/ton-docs/blob/main/ADNL/README.md).

| Feature | Implemented? |
| Feature | Status |
| ------------- | -------------------------------- |
| ADNL Client | |
| ADNL Server | |
| ADNL P2P | |
| no_std | |
| ADNL Client |Implemented |
| ADNL Server |Not implemented |
| ADNL P2P |Not implemented |
| async | ❌ Not implemented |
| ed25519 libs | curve25519_dalek + x25519_dalek |

## Quickstart
Expand Down Expand Up @@ -73,4 +73,4 @@ fn main() -> Result<(), Box<dyn Error>> {
);
Ok(())
}
```
```

0 comments on commit a6dd196

Please sign in to comment.