| Maintainer | John Galt <jgalt@centromere.net> |
|---|---|
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Crypto.Noise.Curve.Curve25519
Contents
Description
- data Curve25519
Types
data Curve25519 Source
Represents curve25519 curve.
Instances
| Curve Curve25519 Source | |
| data PublicKey Curve25519 = PK25519 PublicKey Source | |
| data SecretKey Curve25519 = SK25519 SecretKey Source |