Hendrik Kunert

Results 31 comments of Hendrik Kunert

https://github.com/Aatch/ramp/issues/15#issuecomment-144642833

I think my main motivation back in the days was that I used ramp to implement algorithms which work in a cryptographic context, e.g. do some operations with encrypted values...

Currently I have transformed my num::bigint mod_pow extension to use ramp. It can be found here: https://github.com/kunerd/rpaillier/blob/master/src/bigint_extensions.rs But I don't know really how to do this in the low level...

This one already exists, or did I miss something? https://github.com/Aatch/ramp/blob/master/src/ll/gcd.rs

Oh sorry, I missed the `extended` keyword. Unfortunately I haven't enough time to do further work on ramp, so feel free to take over.

I have started [porting](https://github.com/kunerd/clerk/issues/32) the lib to use the `embedded-hal` traits some time ago, but had some issues and some discussions started on how to handle parallel ports within `embedded-hal`....

@robomancer-or: I stumbled across the same at first, but it's all documented in the [svd2rust docs](https://docs.rs/svd2rust/0.12.0/svd2rust/#read--modify--write-api): > The write method takes a closure with signature (&mut W) -> &mut W....

I would like if the discussion could stay a bit more objective, I never said that everything is fine and not a bug if it's documented somewhere. I just tried...

> What I was saying is that HIDDEN could have contained `r, w` (or even `_, w`) instead of just w. I'm highlighting that the meaning of a bit of...