You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Does the avx2 version test the running processor for the existence of each specific instruction? I ask because the risk of an 'invalid instruction' can be difficult to test for and is fatal, and I don't necessarily run on the machine I build.
Also, in randombytes.c:62, shouldn't the open() have a corresponding close() somewhere?
The text was updated successfully, but these errors were encountered:
Hi,
Does the avx2 version test the running processor for the existence of each specific instruction? I ask because the risk of an 'invalid instruction' can be difficult to test for and is fatal, and I don't necessarily run on the machine I build.
Also, in randombytes.c:62, shouldn't the open() have a corresponding close() somewhere?
The text was updated successfully, but these errors were encountered: