Results 192 issues of piegames

Hi, this looks really cool, but I'm struggling to understand what exactly may does under the hood to make things work. I couldn't find any documentation about this, except for...

I need to be able to "flush" the zstd stream, so that all previously compressed bytes are guaranteed to be decompressed on the other side. AFAICT, the only place where...

Hi, I need to support the use case where sender and receiver side are more or less running independently from each other. From what I gather about the Noise protocol...

All hashers already implement `Write` which is great because it easily allows you to hash parts of your input: ```rust std::io::copy( reader.take(n_bytes), hasher, )?; ``` That same code does not...

digest

> The fastest cryptographic library in the galaxy Proof?

When I add the `bitvec` dependency to my embedded project (RISCV-32), I get the following compile errors: ``` error[E0432]: unresolved imports `core::sync::atomic::AtomicBool`, `core::sync::atomic::AtomicI8`, `core::sync::atomic::AtomicU8` --> $CARGO_HOME/registry/src/github.com-1ecc6299db9ec823/radium-0.7.0/src/lib.rs:44:34 | 44 | use...

Color blending in the Lch color space would be awesome to have. Some resources and implementations I found on the way: - https://web.archive.org/web/20150214062932/http://www.stuartdenman.com/improved-color-blending - http://labs.adamluptak.com/javascript-color-blending/ - https://ninedegreesbelow.com/photography/gimp-lch-blend-modes.html - http://davidjohnstone.net/pages/lch-lab-colour-gradient-picker I...

Operating system: Arch linux Java version: openjdk 12.0.2 Maven version: 3.6.2 ``` ~/Downloads/Elegit(master) » mvn clean compile jfx:build-jar assembly:single [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while...

priority high
bug

Please make a new release containing the latest changes. Also, please tag releases on GitHub. Thank you.