toBytes method

List<int> toBytes()

Implementation

List<int> toBytes() {
  return [...ak.toBytes(), ...nk.toBytes(), ...rivk.toBytes()];
}