jsm

jsm

SpeckEx is an Elixir version of block cipher Speck, developed by the NSA (:scream:) in 2013 as a “lightweight” cipher. SpeckEx uses Rust crate “speck_cipher” as its base and is meant to be only a very thin wrapper around it. The main module only exposes CTR and AEAD modes (Speck-Poly1305) with 128-bits block sizes and provides guardrails with regards to nonce generation in particular. Submodules expose the raw block cipher, and CTR and AEAD modes with smaller (risky) block sizes. Extensive documentation including security guidelines is added.

The rationale behind the package is that I have a particular need for a modern cipher that operates on blocks of size 64 and 96, which are very thin on the ground indeed. OTP only offers DES, 3DES and Blowfish, which each have their issues (broken, slow, very slow with crypto_one_time), and nothing for 96-bits blocks. Speck seems like a good solution and supplements the OTP offerings. I figured that I might as well make it into a usable package.

:warning: Experimental state :warning:

The entire package should be considered experimental, and has not been reviewed or audited. I would welcome expert help, particularly with reviewing the Rust code where all of the magic happens, because I am by no means fluent in Rust (in fact Gemini wrote most of that :blush:). I did not implement any of the algorithms involved (neither Speck nor Poly1305), nor the CTR mode, but the combination of Speck and Poly1305 in the AEAD construction is implemented in SpeckEx itself, so that bit in particular qualifies as the prohibited “rolling your own” at this point. Hence the big warnings at the top of the documentation entrypoints. Since the Rust code is very small, hopefully this state of affairs can be improved with some help.

Package: speck_ex | Hex
Docs: SpeckEx — SpeckEx v0.2.0

https://github.com/juulSme/SpeckEx

Showing Posts 1 to 1

jsm

jsm OP

The recent 0.2 release has moved to release versions of the backing Rust crates so maturity has increased :partying_face:

— All posts loaded —

Where Next? Top

Trending in Announcing Top

wojtekmach
Hey everyone! Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
MRdotB
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
fuelen
Hi all! I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas. You...
New
anuaralfetahe
Hello Published a new library - ProcessHub! ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
AstonJ
This showed up on my feed.. anyone heard of it? Just hype? Ox Alpha is a reasoning model designed for coding, sustained ag...
New
sergio
It’s not that it’s vocabulary is too advanced. It’s something worse. I get lost trying to follow even a paragraph written by Claude. It’...
New
sorenone
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New
akoutmos
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews