Aumetra Weisman

Results 42 comments of Aumetra Weisman

If you have a while message aggregated inside a byte slice and you want to verify it, you can do the following (replace `Sha1` with whatever hashing algorithm you use):...

There shouldn't be any complications. The preferred hashing algorithm for DSA is SHA-1, if I'm not mistaken?

And ElGamal is in a weird spot, similar to RSA, where it has a signature scheme and an encryption scheme. Wouldn't a separate repo be appropriate here?

To elaborate a bit as to how Kitsune does it: We are a full OAuth provider backed by `oxide-auth`. To enable OIDC support, we redirect the user to the OIDC...

Are there plans to eventually support schemes such as Ed25519 or Ed448 in the future? (or would the maintainers be open to a PR that adds this kind of support?)...

Actually, a mechanism to allow fetching new blocks from known trusted sources would be nice. A compatibility layer between the Mastodon CSV format and our format would be needed, but...

I would be more for an untagged enum approach here for the time being: ```toml [instance.federation-filter] type = "deny" domains = [ "bad.actor.example", { domain = "somewhat-neutral.example", reason = "Excessive...

> might impose moderation standards of a single culture (well, of the West in particular) I agree with this. There are different moderation standards per culture someone might want to...

ToDo: Make fun of Twitter in the changelog https://twitter.com/Dexerto/status/1692564300865450020

The object proof structure should probably follow this structure: - Create `kitsune-object-proof` crate - Crate uses `ed25519-dalek` (with the SIMD features activated) for Ed25519 operations - It offers an asynchronous...