jub-jub 0.0.13

twisted edwards curve jubjub implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Debug)]
pub enum Error {
    /// Hex string too long
    HexStringTooLong,
    /// Hex string invalid
    HexStringInvalid,
    /// Bytes too long
    BytesTooLong,
    /// Invalid byte
    BytesInvalid,
}