writePrivKey method

void writePrivKey(
  1. ECPrivateKey key
)

Implementation

void writePrivKey(cl.ECPrivateKey key) => writeSlice(key.data);