File: README.md

package info (click to toggle)
rust-noise-rust-crypto 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
This crate provides wrappers around pure rust implementations of the crypto
primitives used in `noise-protocol`.

The underlying implementations are:

* [`x25519-dalek`](https://crates.io/crates/x25519-dalek)
* [`chacha20poly1305`](https://crates.io/crates/chacha20poly1305)
* [`aes-gcm`](https://crates.io/crates/aes-gcm)
* [`sha2`](https://crates.io/crates/sha2)
* [`blake2`](https://crates.io/crates/blake2)