Posts  / #POST-223203
REDDIT

Feedback on this signature scheme?

J
Oct 14, 2024 · 22:57

So I made this signature scheme, it's the most bare bones version available. Anyone see any obvious holes in the core algorithm?

It's python, so don't try are actually use it for anything.

I do imagine it's quantum resilient, but I'm curious if it's classically resilient. Here's the repository.

git@github.com:tart-grapes/dntl.git

Have fun.