protected virtual void UpdateHash(ReadOnlySpan <byte> bytes)
 {
     EncryptionUtil.ComputeChecksum(bytes, HashAlgorithmName.SHA256);
 }