Code Monkey home page Code Monkey logo

mbedtls-rng's Introduction

mbedtls (Rust Implementation)

Build Status

  • Link to wiki page.

Ref version to use is mbedTLS v2.24.0

https://github.com/ARMmbed/mbedtls/tree/v2.24.0

zip/tarballs are available from here: release/tag/v2.24.0


Project Strucuture

All mbed-tls modules will have their respective rust module in this single library crate. If the mbed-tls module has several files within, we will use folders to group such submodules within a single module (as in the case of ssl-tls module).

Contributors

  • Paras Lohani
  • Raj Jha

Entropy (RNG module)

We have implemented how to gather entropy and generate it from different strong sources and the code for them is in src/entropy.rs. The various test conducted are in the file src/main.rs. To check and compile the project, run command "cargo build" and for running the tests run command "cargo test".

mbedtls-rng's People

Contributors

paras2411 avatar shashankatgit avatar alvg avatar ashishkankal avatar

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.