-
I've got a fairly repetitive worm genome that I'm trying to assemble with flye, and it's taking a surprisingly long time to process the minimap2 results. I've noticed that it gets stuck for a long tim…
-
Hi,
I would like to ask a question about scalar multiplication and point addition functions.
I am trying to prove `r x Pk == Pk + (r - 1) x Pk` where `r` is a scalar and `Pk` is a point on ellip…
-
Hi there,
I am interested in creating a tool for a game in the form of an RPL which gets loaded into the target. I used Cemu's modding system to patch in a call to OSDynLoad_Acquire, and this works…
-
I get a error message in VS designer when trying to add a icon from the pack.
A „System.Windows.Markup.XamlParseException - Could not load file or assembly ControlEx, Version=3.0.2.4...“ is thrown wh…
-
Since the curve that Sean provided in:
Here's an "embedded" curve over ristretto255's scalar field-x^2 + y^2 = 1 - (86649/86650)x^2y^2which is Ristretto-ready and birationally equ…
-
Due to some issues I've had implementing Ristretto for another curve, I came to the repo to reproduce the behavior that I was experiencing and check it against this implementation by looking and playi…
-
Hi,
I'm looking to do a context similar to what's available in many libs such as this one in Haskell, rust, java...:
http://hackage.haskell.org/package/cryptonite-0.25/src/cbits/decaf/include/deca…
-
Be able to print the 4-coset where a `RistrettoPoint` lives could be really helpful in order to debug lots of conversions and functions inside of this library.
The 4cosets where `EdwardsPoints` are…
-
Hello!
My name is Ethan Green and I am a student at Colorado State University. I am trying to install your package "CarveMe" to aid in my work, but I am having problems with installation. Particula…
-
## The problem: "edwards25519" groups are malleable/unsafe
(NOTE: the "edwards25519" terminology comes from [RFC 8032], and is used to disambiguate Ed25519 the digital signature algorithm from the …