Converts the RistrettoPoint to a byte array in Edwards curve encoding.
List<int> toEdwardBytes() { return super.toBytes(); }