Markus Ottela
Markus Ottela
The reason was probably either BLAKE2 optimization for AMD64 or OS support, but given that e.g. Ubuntu runs on ARM, it might no longer be HW restricted.
That's unfortunate. However, I almost managed to hack around this issue by writing a [Python script ](https://gist.github.com/maqp/aeb33bd7c6bb7b8939d328ce46d8395a) that takes a file I want to create an `↑-note` for, and creates...
You're probably right. However, wouldn't this be mainly the problem of the user if they choose to run lots of scripts including ones that slow the application down (the API...
I understand this but it's now the case that any delivered zero public key from frenemy / third party can lead to unhandled crash of recipient's client (availability is part...
@lmctv You're right. The recommendations on how to use exceptions are [well documented](https://pynacl.readthedocs.io/en/latest/exceptions/#pynacl-exceptions-mixing-in-standard-library-ones). I think it would however be a good idea to include exception handling in examples. We could...
My conjecture is Tor and the serial link introduce too much latency and require too much bandwidth for real time audio/video calls. But it's nice to see there's a Python...
> Could just allow sending voice message as well This is already possible: just send a recording created with the Source Computer as a file to the recipient.
> not sure if very practical It makes very little sense to write convenience features for TFC, as one of the core-features is its minimal code-base and thus ease of...
That repo was created on January 14, 2022 with [this](https://github.com/Vrolijk/OSDD/commit/2586df2566920410d3575cb070cf434e1e5c2c0a) commit. The work on TFC started in 2013. I did experiment with ethernet-to-fiber converters back in 2013-2014, but ran into...
"But I don't think OneTime should ever destroy pad data itself." That depends on whether the conversation is intended to be ephemeral. Forward secrecy is more or less the norm...