1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00
This commit is contained in:
Pavol Rusnak 2016-05-16 16:41:09 +02:00
parent e1fa896d6c
commit 49691c2436
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -273,7 +273,7 @@ int main(void)
switch (state) {
case 1:
layoutProgress("WORKING", frame % 41 * 25);
pbkdf2_hmac_sha512(pass, passlen, salt, saltlen, 100, seed, 64, NULL);
pbkdf2_hmac_sha512(pass, passlen, salt, saltlen, 100, seed);
usbd_ep_write_packet(usbd_dev, 0x81, seed, 64);
break;
}