Package 

Class CompressedEdwardsY

  • All Implemented Interfaces:

    
    public final class CompressedEdwardsY
    
                        

    An Edwards point encoded in "Edwards y" / "Ed25519" format.

    In "Edwards y" / "Ed25519" format, the curve point $(x, y)$ is determined by the $y$-coordinate and the sign of $x$.

    The first 255 bits of a CompressedEdwardsY represent the $y$-coordinate. The high bit of the 32nd byte represents the sign of $x$.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description