2
votes
1answer
201 views

Verilog simulation & synthesis of Diffie-Hellman key exchange

Is there any freely available verilog implementaion of Diffie-Hellman key exchange? I couldn't find anything using google. So, assuming its not there I started implementing on my own. The code is ...
1
vote
0answers
77 views

Storing counter value of HOTP at client side [closed]

How can we store counter value on the client side in HOTP??