Axone
Bad implementation of X25519?
After some research (https://vnhacker.blogspot.com/2015/09/why-not-validating-curve25519-public.html) I found what the isIdentity test was for
7 replies
Bad implementation of X25519?
If we look at the implementation we can see the following code:
(https://github.com/denoland/deno/blob/8ae706293149fb6e3d40af3ac80a8661fa379111/ext/crypto/00_crypto.js#L4346)
7 replies