crate-crypto / Ed448-Goldilocks

24 stars 12 forks source link

Remove Limb28 abstraction #1

Closed kevaundray closed 4 years ago

kevaundray commented 4 years ago

Initially, this seemed like a good idea as Rust would see this as an invariant to u32, and not apply any overhead.

However, I think (currently) the way that I have implemented it, does not help readability.

kevaundray commented 4 years ago

If we choose to bring back this limb abstraction, we would need it for the Scalar field also