yescrypt icon indicating copy to clipboard operation
yescrypt copied to clipboard

Self-Contained Yescrypt Specification

Open defuse opened this issue 10 years ago • 2 comments

Write a yescrypt spec that isn't just a patch to the scrypt spec.

defuse avatar May 05 '15 17:05 defuse

A first draft of this is done. Currently, it's missing a bit of precision. It doesn't specify the valid ranges of parameters as accurately as I would like it to. It's also missing some english filler text, it currently does a bad job of introducing yescrypt and explaining what it is. It should be written under the assumption that this is the only document about yescrypt the reader will see, i.e. no reference to solar's PDF or to the reference implementation.

defuse avatar Jul 13 '15 20:07 defuse

I'm also worried that the psuedocode isn't abstract enough. I should go through it and make sure I'm doing things like dividing by 2^32 then taking the floor instead of shifting right by 32.

There's also a bunch of TODOs in the document itself.

defuse avatar Jul 13 '15 20:07 defuse