Amber Sprenkels

Results 42 comments of Amber Sprenkels

I was looking to generate something like this: ```asm .intel ssa_ice_20220828: xor dil, dil ; fail xor sil, sil ; done .1: mov r8b, sil ; cond = done or...

@vbgl I think I get what you mean. `bool` values seem to be lowered specifically to cpu flags, and working with them seems to get finicky pretty quickly. If I...

Okay I would conclude that the code I started with is wrong in the first place :sweat_smile:. So I think we just desire a better error message here.

Can I please request for this feature to be disabled by default? My CodiMD has secret notes and the secrecy of these notes relies on the fact that the urls...

I think a good point is being raised here. I am not sure whether the documentation changed in the meantime, or whether I missed something last time. However, we could...

Thank you for the heads-up! I agree that this should indeed happen. Reference material: * https://learn.microsoft.com/en-us/windows/win32/seccng/cng-portal * https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom Steps: * [ ] Implement the damn thing * [ ] Release?...

Ah I did not know of the Homebrew scripts. I will push a new release asap!

Hey all, I pushed a new release with this fix. It should be fixed now. This was initially caused by me upgrading the `sss-rs` crate to a full only-Rust version....

I feel like in this case, because of the inability to determine which version of linux the Android system will run on, should we (like ring) always fall back to...

Note: I *think* that my original code was based on https://stackoverflow.com/q/2989810/5207081