toBytes method

  1. @override
List<int> toBytes()
override

Serializes the verification key to bytes.

Implementation

@override
List<int> toBytes() => point.toBytes();