Giter VIP home page Giter VIP logo

kyber-rs's People

Contributors

giordyfish avatar revanee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kyber-rs's Issues

Comment from one of the dedis/kyber authors

Hi there,

I never got around to answer your email / comment from earlier this year. It's great that you ported parts of our library to Rust. Did you also look at

https://github.com/RustCrypto

? Their effort might be a bit more adapted to Rust - I know some of the people who are quite active to take advantage of Rusts compiler-checking to make sure that as much as possible of the checking is done at compile time.

Best,

Linus

DSS should have only one generic

The struct DSS in src/sign/dss/dss.rs currently accepts two generics:

DSS<SUITE: Suite, DKS: DistKeyShare<SUITE>>

This is not necessary as SUITE needs to be the same.

Serialize and Deserialize traits

Consider adding serialize and deserializeOwned traits to the generic point and scalar traits. That should be useful as they are frequently needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.