Creating Python extensions in Rust using PyO3
This post describes how I approached writing a Python extension in Rust. The post covers:
This post describes how I approached writing a Python extension in Rust. The post covers:
Motivation
Next in the series, I investigate current messaging applications that both provide web applications and are using the Signal Protocol (or a protocol very similar or derived from Signal), here specific...
Next in the series, I investigate how groups and multi-device support are handled. If you have thoughts on this or notice any errors, feel free to drop me a note on Twitter or by email.
I've been investigating applications that use the Signal Protocol in order to determine if the Signal Protocol for asynchronous messaging might be appropriate for use for applying to SecureDrop messag...