Thales

Results 50 comments of Thales

What I meant was that someone will have to do a very hard and sensitive work (and do it good) before this discussion of dropping webpki starts to make sense....

I would like to bring attention to this issue once more, It seems that there was some hold back because it could make the library "less secure", but how about...

It seems like this trait-callback design would force the use of `Arc` together with some kind of lock. Not saying that it shouldn't be done, just pointing some drawbacks.

> I wish there was a way to make it automatically enable the feature if it detects the used library/binary uses clap/env It's (kinda) possible with a build script, see...

Thanks for your contribution, but one thing, I'm really uncomfortable calling this a RNG, this feature is nice and can help a lot of people, but I think we should...

I would still like more public documentation stating the problems with this "RNG" and maybe a type renaming.

I'm not sure if the HAL repo is the best place for such examples. I see the examples as just a place to show how to use the peripheral interface/abstraction...

You can also use https://crates.io/crates/asm-delay, but with that you have pretty much no precision if the code of the delay can be interrupted.

> Can't we use the bit band forbatomic bit access, as each needed bits are owned by the pin as far as I remember? It would allow an argument free...

Thanks @burrbull , that indeed seems like a good addition, but maybe we could use a closure approach, like crossbeam's scoped threads and the `scoped_threadpool` crate. That way the user...