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