lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 31 Mar 2015 15:04:43 +0100
From: Samuel Neves <sneves@....uc.pt>
To: discussions@...sword-hashing.net
Subject: Re: [PHC] Argon2

On 31-03-2015 14:30, Solar Designer wrote:
>>>         blake2b_update(&BlakeHash, (const uint8_t*)&lanes, sizeof(lanes));
> [...]
>
> Surely blake2b_update() then uses its own choice of integer or SIMD
> types for this data.

The BLAKE2 code does not treat input bytes as anything other than bytes. Whenever there is a need to convert bytes to
integers, this is done in a standards-compliant way (using either memcpy to a local variable, or plain load-shift-or).


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ