Calculate two hashes with iterations
#1
How can I implement calculate two hashes with iterations in a slow kernel? For example i need to calculate PBKDF2-HMAC-SHA512 and PBKDF2-HMAC-SHA256, but i don't know how i can do this, because in the kernel i have the one loop kernel. Maybe there are some examples calculating two hashes with iterations.
Reply