Results 30 issues of Thomas Braun

Is it possible to call flutter functions from Rust? I know it's possible when using JNI-rust (by interacting with ``JniEnv`` methods), but I'm not sure if it's possible in the...

When zero-copy is the goal AND packet payloads need to be decrypted through in-place AEAD, having a packet that is mutable is preferred. When ``Datagrams`` returns ``Bytes``, we must manually...

When compiling to arm64 (android-arm), an error occurs: ``` ld: in /[..]/target/debug/deps/liblibsqlite3_sys-c7246b1c2218b4a9.rlib(sqlite3.o), archive member 'sqlite3.o' with length 3460368 is not mach-o or llvm bitcode for architecture arm64 ``` Host: Apple...

cross-compilation

Using rust x86_64-pc-windows-msvc 1.42 nightly After cloning vanilla zk-paillier, and then trying to run a test in correct_key.rs, I get this error: ``` error: linking with `link.exe` failed: exit code:...

Unfortunately, in order to compile the rust program using ``cargo make``, I must first run ``cargo make clean``. This, of course, adds a long compile-time overhead. This is the error...

On the README.md, it says: "I don't know, but I imagine it has to do with the fact that people making social networks are either companies wanting to make money...

The Citadel Protocol is a next-generation post-quantum version of Signal, written in pure rust, with many more features and stronger security. Open-source announcement: https://www.reddit.com/r/crypto/comments/107owld/after_5_years_of_development_i_am_releasing_the/ [GitHub](https://github.com/Avarok-Cybersecurity/Citadel-Protocol) [Company Website](https://avarok.net/) [Rust docs](https://avarok-cybersecurity.github.io/Citadel-Protocol/docs/) [Whitepaper](https://github.com/Avarok-Cybersecurity/Citadel-Protocol/blob/master/The_Citadel_Protocol.pdf)...

[We currently have a PR up](https://github.com/Trust-Machines/stacks-sbtc/pull/697) on a FROST-related repo that will enable us to use that repo properly with the DKG gadget. We can use the fork, then, we...

Relates to https://github.com/webb-tools/dkg-substrate/issues/710 Once the FROST protocol is implemented within the gadget and the pallet, we will need integration tests to prove that the system works seamlessly. Both FROST and...