Skip to content

paras2411/mbedtls-rng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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".

About

Entropy part of RNG module of mbedtls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%