Mastodon Feed: Post

Mastodon Feed

NfNitLoop ("Cody Casterline 🏳️‍🌈") wrote:

Just released a new #Rust crate: `signed-ulid`:

https://docs.rs/signed-ulid/latest/signed%5Fulid/

Let lets you create a #ULID that's based not on randomness (which is easy for others online to cause collisions on) but instead on a cryptographic signature.

I wish I'd thought of something like this back when I was designing #Diskuto. But I may end up using it in `sned`. :D