Michael Rosenberg

Results 157 comments of Michael Rosenberg

If the only goal is to validate Ed points and that's it, then I think you need a super fine grained slice of this crate. I think the most appropriate...

Thanks for this. We've been doing a lot of development in the `release/2.0`, so we ended up doing this anyways.

I see why it's a pain, but I think supporting anything else would be too prone to user error. We couldn't support just fixed-size arrays, because different digests have different...

Hmm I didn't realize the trait was already there. Due to the nature of the prehashed signing, it'd actually be possible to have a method like `prehash_context(ctx: &[u8])` which does...

Fixed in `release/2.0`

As of #242 it's called `SigningKey`

I'm leaning towards not supporting this use case. It seems pretty niche and, if we were to do it consistently, it'd result in a lot more code noise for `sign`,...

Agreed. Closing because out of scope.