2over12

Results 17 comments of 2over12

Just wanted to recommend getting an implementation of the finalist from https://csrc.nist.gov/projects/lightweight-cryptography. I think getting the finalist from this into the crate will be pretty critical for some embedded devs....

libInterMAC provides a reference implementation for transforming AEADs into algorithms with strong security in the presence of ciphertext fragmentation https://tosc.iacr.org/index.php/ToSC/article/view/7397. This algorithm would benefit from these traits, because associated data...

As a workaround for now I'm allowing parsing to continue when a function spec fails to parse #294

looks like the dockerfile doesnt like how sleigh is being installed, need to look into this: https://github.com/lifting-bits/sleigh/issues/124

This is getting reworked substantially. Most of these reviews won't be applicable

Sorry can you re-cherry-pick your commit over latest

Personally, I think we should hold off merging this until we have actual tests running in CI for it. Need to take stock of what still needs to be done...

So obviously ivg can provide more input on the state of saluki, but saluki does provide the capability to perform dataflow queries on programs with a DSL so there is...

My vsa stuff takes a more traditional approach to a-locs than CBAT's approach so I am looking for a way to handle variable recovery. My current pathway is likely to...

I dont think the coupling should be too bad between architectures, we would need some configuration of Name.cpp. In an ideal world (imo) we would support a list of arch...