tvladyslav
tvladyslav
Dear maintainers, I'm not a pattern expert, please correct if I'm wrong. This pattern is ought to highlight following code examples: ``` vec![Tile::Red, Tile::Blue]; println!("{}", someval); assert_eq!(result, 866); ```
@rxi , please take a look.
toxcore 0.2.7 has a memory leak vulnerability. There was a DoS attack using that issue. Maybe attack is still active. Try to update a toxcore to 0.2.8, please.
@atweiden , I'll try on a weekend.
@atweiden , yes, it builds on latest commit. See build log in attachment. [odroid_cryfs_build.log](https://github.com/cryfs/cryfs/files/2299655/odroid_cryfs_build.log)
@gspe exactly, I've never claimed the opposite. Native compiling works well. Actually, first command in my log was "uname -a" to show platform and kernel version.
@flybayer last commit was merged 7 month ago. It smells like a dead repo. I thought about making one small PR, but now I have doubts...
@YetAnotherMinion I don't think this is the case. I've checked generated [assembler code](https://godbolt.org/g/SaSpQh) in both cases (lines 184 and 245). There are no compares and jumps, so functions will execute...
What about SPECK? https://en.wikipedia.org/wiki/Speck_%28cipher%29
Please bump "rayon" version to 1.5.1 and it is going to work.