Michael Rosenberg

Results 64 issues of Michael Rosenberg

I have code that shells out to trafilatura for a given URL. It would be nice to be able to tell when trafilatura was successful or not. Currently, the binary's...

documentation

I found this error from quickcheck. Apparently this multiplication is wrong. I don't know how to go about fixing this, so any help would be appreciated. ``` 'binop::mul::intref_int' panicked at...

bug

Here's a concrete example: ``` let io @ { ? } = import! std.io let { append, Semigroup, Show } = import! std.prelude #[implicit] type ShowAndAppend a = {show :...

enhancement
typecheck

Currently, the [CO15 OT](https://eprint.iacr.org/2015/267.pdf) sender output [uses](https://github.com/emp-toolkit/emp-ot/blob/5ef31873932096e672039bf41bc5ce5ac60f0bae/emp-ot/co.h#L53) the encryption algorithm `E(k, m) = k ⊕ m`. But this is not the algorithm that CO15 use themselves! CO15 use a quasi-authenticated...

### Describe the Bug `dictionary` types from WebIDL do not have getters. You can only mutate dictionaries, and never read them. This is weird, considering how they're often used as...

bug

This depends on https://github.com/dalek-cryptography/curve25519-dalek/pull/369. The tests don't currently compile because `curve25519-dalek` expects the wrong version of `rand`. Also, **this requires a major version bump** for the same reason as the...

This impls `ParBlocksSizeUser` for AES and Kuznyechik block ciphers. `ParBlocksSizeUser` was already impl'd for their backends, so this was a matter of copy-pasting. This unblocks the fix for https://github.com/RustCrypto/AEADs/issues/410

**This requires a major version bump**, as it is a breaking change. Because `curve25519-dalek` exposes its `rand` dependency, if another crate previously used an `OsRng` from v0.7 to generate a...

It would be helpful to be able to specify feature flags to compile the crate with when creating the callgraph

enhancement
help wanted
hacktoberfest

Example: `siderophile` would output ``` ::next_u64 ``` whereas the label in the crate's callgraph would be ``` ::next_u64 ``` This might end up being quite hard to implement, since the...

output mismatch