BUG: Resolve System.ArgumentOutOfRangeException: Index was out of range and System.FormatException: The input is not a valid Base-46 string errors when calling IdentifiableSecrets.GenerateCommonAnnotatedTestKey(ulong, string, bool, byte[], byte[], bool, char?). These exceptions originated in multithreading issues in Base62.EncodingExtensions.ToBase62(this string).
PRF: Eliminate instantiation of RandomNumberGenerator object on every key allocation.
System.ArgumentOutOfRangeException: Index was out of range
andSystem.FormatException: The input is not a valid Base-46 string
errors when callingIdentifiableSecrets.GenerateCommonAnnotatedTestKey(ulong, string, bool, byte[], byte[], bool, char?)
. These exceptions originated in multithreading issues inBase62.EncodingExtensions.ToBase62(this string)
.RandomNumberGenerator
object on every key allocation.