CodesInChaos

Results 27 issues of CodesInChaos

Doesn't this cipher suffer from the same meet-in-the-middle attack as 2DES with complexity 2^64? (though the memory requirements might make implementing that attack not as easy as it sounds)

Submit your implementations to SUPERCOP to enable easy comparisons on many different platforms on the eBACS website.

It'd be nice if you included `ref10` and `amd64-64-24k` in the benchmarks so it's easier to see if switching to your implementation is worth the effort. Another interesting variant would...

I'd like to see some documentation of the security differences between a website running in a typical browser and it running in a webview (talking only about the front-end part,...

My understanding is that Ruby's strings are sequences of arbitrary bytes, even if the associated encoding is UTF-8. So the natural mapping to Rust would be as `[u8]` and `Vec`...

If you run the following code in miri: bytes::Bytes::from_static(b"abc").slice_from(1) you get the error: > error[E0080]: Miri evaluation error: trying to reborrow for Unique, but parent tag does not have an...

In my experience we sometimes end up with incorrect data in readonly fields, through bugs or user error. This data then needs to be cleaned up via some kind of...

enhancement

The function `sgrproj_box_ab_internal` looks like this: ``` pub(crate) fn sgrproj_box_ab_internal( r: usize, af: &mut [u32], bf: &mut [u32], iimg: &[u32], iimg_sq: &[u32], iimg_stride: usize, start_x: usize, y: usize, stripe_w: usize,...

bug

Pressing "Install to home screen" in Firefox freezes the website. The following errors appears in the console: > Uncaught TypeError: installDialog.querySelector(...) is null > https://whatpwacando.today/:1241 > EventListener.handleEvent* https://whatpwacando.today/:1233 > whatpwacando.today:1241:23...