larabr
larabr
When I select a HiDPI scaled resolution on the external monitor and use the Macbook in clamshell mode, if the Macbook goes to sleep then to wake it up I...
I assume this is implementing version 3 (as opposed to e.g. the NIST version), as that's stated by https://github.com/antontutoveanu/crystals-kyber-javascript . But I didn't find specific info about this. Is the...
It seems that the exposed `mldsa` sign and verify functions correspond to `ML-DSA.Sign_internal` and `Verify_internal` (i.e. Algo 7 and 8 in FIPS [204](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf)), rather than Algo 2 and 3, which...
## What I did 1. Added pinging mechanism over the web sockets to prevent unexpected connection closure after ~60s (with websocket error `1006`) when testing on BrowserStack (Safari). I couldn't...