Mingshen Sun
Mingshen Sun
We need to think about what should be public and what are not.
There no documentation for any APIs. Consider write extensive documentation, doc test, etc. The `curve25519_dalek` project (https://doc.dalek.rs/curve25519_dalek/) is a good example.
Current test cases are very simple and do not cover corner cases. We can improve this situation by: - using doc tests - add more unit tests
The REAME.md file is extremely simple. We should include more information such as: introduction, roadmap, usage, performance stats, license.