# NTP M3 Final Report
## NTS
We have implemented full NTS functionality. This includes a server and client, and a key-exchange server.
[Performance numbers](https://github.com/pendulum-project/ntpd-rs/issues/368) are on par with chrony, which is encouraging.
## New algorithm
The new algorithm (that is not RFC-compliant, but gives much better results) is now the default. It has been performing very well in the [NTP pool](https://www.ntppool.org/a/tweedegolf).
- [34.147.28.4](https://www.ntppool.org/scores/34.91.86.193) is the standards compliant mode
- [34.91.86.193](https://www.ntppool.org/scores/34.147.28.4) is the new algorithm
## Planning the audit
The audit will start mid-March and will be completed at the beginning of April. We will fix problems as they are brought to our attention.
## Releases
### Crates.io
All crate names are reserved and we've released an alpha version. When we actually have a version of the code that we're happy with, we don't foresee any issues with publishing a proper (non-alpha) release on crates.io, which can be found [here](https://crates.io/crates/ntpd/0.3.0-alpha.4).
## Transfer of the repository
The code can now be found at https://github.com/pendulum-project/ntpd-rs