Nicolas Stalder
Nicolas Stalder
`add_canonical` and `add_assign_canonical` could be additional `Add` and `AddAssign` trait bounds, which would compose well (for instance when defining the `VariableBaseMSM` trait), downside you can't give an overridable default impl...
Another thing are the doubling methods. These could be modeled as traits by bounding on `Shl` and `ShlAssign`, and for ergonomics defining an internal trait with double as
To the best of my knowledge, there is no "interoperable way" to do this, nor a direct Yubico-specific one. Close misses: - If you parse the "card issuer's data" out...
@hannobraun: Thanks for piping in with background, and looking forward to your article, please do write it! Agree that the interplay between HAL and PAC is not satisfactory yet. Seems...
For the record, I will definitely not do this in this HAL, putting all effort in [LPC55S6x](https://github.com/nickray/lpc55s6x-hal).
Would be great if stuff like j/k to move down/up would work by default.
yup, comparing der and x509 with my own stuff is where this originates
Yeah, that might even be easier to parse mentally than having `Block` generic over "`B`" :)
Would https://github.com/serde-rs/bytes/pull/18 help?
Update from my side, I wrote a dedicated library for the Cortex-M4 and Cortex-M33 microcontroller use case, implementing Ed25519 signatures with this approach: https://docs.rs/salty. It's still in alpha release, not...