public override IHasherAsync GetHasher() => new RsaSigner(CertificateFactory.GetSigningSha256Certificate(), Algorithms.Hash.Sha256); // SHA1 also works with this cert
static ICipherTasks GetCipherImpl() => new EncryptedNewKeySignedCipher( CertificateFactory.GetDecryptingSha256Certificate(), CertificateFactory.GetSigningSha256Certificate()); // SHA1 also works with this cert
CertificateFactory.GetSigningSha256Certificate()); // SHA1 also works with this cert static ICipherAsync GetCipherPublicCertImpl() => new EncryptedNewKeySignedCipher( CertificateFactory.GetEncryptingSha256Certificate(), CertificateFactory.GetSigningSha256Certificate()); // SHA1 also works with this cert