bryant

Results 21 comments of bryant
trafficstars

Salt is a nonce, AD might not be.

why don't you have a look at the argon2 spec?

> That implementation is licensed only under MIT. Is that acceptable? Maybe a more senior contributor to this project can get in touch with bryant about changing the license if...

Note that because of #348, we currently rely upon an external implementation of Blake2b in order to calculate the variable length hash function `H'` (`fn h_prime`)

The KAT tests pass, so it should be fine modulo any undiscovered bugs that the test cases fail to cover. I've rebased my feature fork on the latest HEAD and...

> What's the the status?? It is 2017 now! Not sure what DaGenix has in mind, but https://github.com/bryant/argon2rs exists.

Thanks for reporting! I've created a branch, `issue-001` that tentatively fixes this. All it does is include an explicit type signature for `chunk`. Just to get you going: ``` bash...

Sounds like you're getting compile-time errors from `ghc`. Would you mind providing some repro info? Compiler version, error message, so on. Thanks.

Not sure about this, because in the context of TOML, every timestamp value is assured to be Z. So it feels right for the tzinfo of our datetime objects to...

Additionally, `RISCVAsmPrinter::printOperand` depends on `RISCVInstPrinter::getRegisterName`, hence the LLVMBuild.txt update.