hyperledger-labs / agora-glass_pumpkin

agora-glass_pumpkin
https://wiki.hyperledger.org/display/labs/Agora
Apache License 2.0
21 stars 11 forks source link

Remove use of thread_rng in common #17

Closed maurges closed 2 years ago

maurges commented 2 years ago

Another patch of bringing this library a bit closer to no_std. Now rand crate is used with no_std for library, but with std for tests.

This only touches the functions in "common" module, so does not affect public api.

maurges commented 2 years ago

Good idea. Although doesn't actually matter for dependency size, since num-bigint requires rand anyway.

maurges commented 2 years ago

@mikelodder7 can you take a look at the new changes? I believe your concerns were addressed by them.

maurges commented 1 year ago

Thanks!