namespace StellaOps.Cryptography; public sealed class CryptoHashOptions { public string DefaultAlgorithm { get; set; } = HashAlgorithms.Sha256; }