I'm looking to generate/compute an ed25519 private key from a known seed/iv. I don't see a method for that on the ed25519 API. Is there a way to do this, perhaps with the abstract API or the utils? I don't fully understand the underlying math involved, so without a dedicated API method for this I couldn't work out how to do it. Thank you.