sanketh
sanketh
If a figure shortcode has a caption and no alt-text, hugo currently sets alt-text to the caption. https://github.com/gohugoio/hugo/blob/5d36d801534c0823697610fdb32e1eeb61f70e33/tpl/tplimpl/embedded/templates/shortcodes/figure.html#L6-L8 This causes screen readers to read the caption twice, once as alt-text...
I would be interested to see the number of randomized results (defined [here](https://github.com/EFForg/panopticlick/commit/443044b003113db9c29baea51b56d4b3ef8f20dc#diff-22bf02ffde72e0c343ab7da47de0a4ddR3)) in the final report. Also, terming a fingerprint that is randomized but where the number of `randomized_results...
Re https://github.com/sgmenda/offset-cookbook-mode/issues/1 I slightly cleaned up the code, made the implementation generic over Aes, added more KATs, and tried to match the repo's style.
Fix #58
Right now, the [`EVP_AEAD` Interface](https://commondatastorage.googleapis.com/chromium-boringssl-docs/aead.h.html) is the only way to access modern primitives like AES-GCM-SIV and XChaCha20-Poly1305. Exposing it would make it easier for folks to use these primitives in...