class RbNaCl::GroupElements::Curve25519

def to_bytes

Returns:
  • (String) - 32-byte string representing this point
def to_bytes
  @point
end