-
looking at the BLAKE2 docs, it's designed for 64bit CPUs, Argon2 uses BLAKE2 internally, perhaps switching it out for BLAKE2s would make it more friendly on mobile devices that don't support 64bit pro…
-
Data that includes null bytes seems to throw an exception:
> > > import blake2
> > > blake2.blake2('\x02\x01')
> > > 'c9b2d35d76fb7c0d8ffe8d5342d869b2237569d57e1f9415ee732f802e17e9a384f390834addad4a0…
veorq updated
7 years ago
-
Things that were unclear/ambiguous to me during this assignment:
- > The inclusion of the public key in the polynomial.
and
> Check whether the address is included in the polynomial. To d…
-
So I just started using Sniffdog, and the USD/Day evaluation on my single 1080ti is 18.973 for Skein. For me 1070ti x3 rig, it is 258USD for blake2s (although it has been bouncing between 40-50?) .. N…
-
Everybody knows about the MD5 SHA-1 SHA-256 SHA-512 algorithms, and these are almost universally written as md5 sha1 sha256 sha512. Unfortunately, the PURL spec says the key for the checksum qualifier…
-
Hi! I have the following test using the current tip of `dev` (09474a):
```rust
#[test]
fn setup_prove_verify() {
// the program `def main(public field a) -> field { return a }`
…
-
`cargo test` under tests\expectations fails today when building bitfield_align_2.rs.
Error message:
```
C:\Users\andre\Projects\rust-bindgen\tests\expectations [master ≡]> cargo test
Compilin…
-
https://github.com/Aareon/ChickenTicket/security/dependabot/17
Replace `python-ecdsa` dependency with alternative.
-
This issue is opened to document architectural changes that require changes to the scanhash
function of each algo. These changes may not have been propagated to all algl algos for various
reasons.
…
-
I have a 6 GPU that has 1070 and 1070ti, everything has been running fine, but the last couple weeks every time I check on the rig it is frozen and I have to restart. I have tried narrowing down the …