We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755b24a commit 82a2b94Copy full SHA for 82a2b94
1 file changed
test/schnorrkel/vrf_test.dart
@@ -8,7 +8,7 @@ import 'vrf_test_vector.dart' as vrf_test;
8
9
void main() {
10
test("schnorrkel vrf test", () {
11
- for (int i = 0; i < 100; i++) {
+ for (int i = 0; i < 10; i++) {
12
final rand = QuickCrypto.generateRandom(32);
13
final message = QuickCrypto.generateRandom(32);
14
final signingContext = QuickCrypto.generateRandom(32);
@@ -29,7 +29,6 @@ void main() {
29
true);
30
}
31
});
32
- // return;
33
34
test("schnorrkel vrf sign", () {
35
/// test vrf sign
0 commit comments