buildString method

String buildString()

Implementation

String buildString() {
  return '<curve>\n' + (opcodeMapToString(opcodes));
}