getPersonalKey method

ChaCha20Key getPersonalKey()

Implementation

ChaCha20Key getPersonalKey() {
  return ChaCha20Key.fromString(privateKey);
}