Converts a 1984-byte array into a public key.
static PublicKey fromBytes(Uint8List bytes) => PublicKey._(ffi.XdsaPublicKey.fromBytes(bytes: bytes));