Commitment Schemes 101
This is a simple explanation of cryptographic commitment schemes, requiring minimal math or cryptography background.
This is a simple explanation of cryptographic commitment schemes, requiring minimal math or cryptography background.
In my last post I described how I implemented the signal-protocol Python library, which provides Python bindings using Pyo3 to an upstream maintained Rust cryptography crate implementing the Signal pr...
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...