Argyle-Software / kyber

A rust implementation of the Kyber post-quantum KEM
https://docs.rs/pqc_kyber/
Apache License 2.0
164 stars 37 forks source link

Fix formatting #45

Closed tbrezot closed 10 months ago

tbrezot commented 1 year ago

Three commits apply the following changes:

  1. apply cargo fmt;
  2. remove trailing spaces;
  3. add GitHub CI to check formatting (cargo fmt --check)
mberry commented 10 months ago

Enforcing code style in #95