somehybrid

Results 3 comments of somehybrid

> I'm getting a `OSError: Open failed` Full log: > > ``` > The glyph named Omega is mapped to U+03A9. > But its name indicates it should be mapped...

I don't think ECDH would be necessary here. One, X25519 is much faster than ECDH, and secondly, it's trivial to convert an Ed25519 key to an X25519 key. For an...

My idea was kind of doing something like ```py #[pyclass] type Something = MyClass ``` where MyClass would be a `#[pyclass]`ed struct