예제 #1
0
        public void GenerateIdentifiableSecret_HonorsSeed()
        {
            ulong  seed   = uint.MaxValue;
            string secret = SecretGenerator.GenerateIdentifiableSecret(uint.MaxValue);

            ValidateSecret(secret, seed);
        }