We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47546bd commit 36d2bb4Copy full SHA for 36d2bb4
testVectors/TestVectors.cs
@@ -146,7 +146,7 @@ public override IEnumerator<object[]> GetEnumerator() {
146
string vectorID = vectorEntry.Key;
147
TestVector vector = vectorEntry.Value;
148
149
- // We are unable to test Raw Keyrings untill #137 is resolved.
+ // We are unable to test Raw Keyrings until #137 is resolved.
150
if (VectorContainsMasterkeyOfType(vector, "raw")) {
151
continue;
152
}
0 commit comments