neuralkey icon indicating copy to clipboard operation
neuralkey copied to clipboard

Neural Key Exchange using Tree Parity Machine in Python

Results 2 neuralkey issues
Sort by recently updated
recently updated
newest added

Hi, your code is pretty clear. However there is still a question that when does the loop stop in real situation? How does Alice or Bob know that it is...

In the file eve.py on line 43 the input vector returned by the function random is in range {-L, .... 0, ...., L} not {-1, 0, 1} as described in...