Tony Arcieri

Results 2532 comments of Tony Arcieri

As of the most recent commits, and especially thanks to work by @conradludgate, the code has been rewritten from the original non-idiomatic corrode output to something which is mostly safe...

@fukc-gihtub there is a constructor: https://docs.rs/yescrypt/latest/yescrypt/struct.Params.html#method.new The purpose of making the params private is so they can eventually be checked by the constructors

~~In the first example you are setting NROM to `32`. In the second it's implicitly set to `0`.~~ Hmm, nope, that isn't it. That's the length of the output. @fukc-gihtub...

@fukc-gihtub fixed in #684

@randombit that sounds fine for a team where you have a small number of people who can easily adhere to a set of coding standards, but in an environment with...

I'd like to get #1471 merged first before we do anything else with scalars. There's also #1463. cc @daxpedda

> But the cost of that is that you have to do a bit more work, roughly as if N were an extra word or so bigger, so you'd generally...

I'm not particularly fond of P-521 and would never use it personally, and it certainly is unusual in any number of ways, but we still get requests to support it...

It’s standard PKCS#8, more specifically https://datatracker.ietf.org/doc/html/rfc5958

The native llhttp seems like the most likely reason, and if so, the difference in behavior between the native and FFI version is something that's beyond our control