Skip to content

Commit 82a2b94

Browse files
committed
Update vrf_test.dart
1 parent 755b24a commit 82a2b94

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/schnorrkel/vrf_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'vrf_test_vector.dart' as vrf_test;
88

99
void main() {
1010
test("schnorrkel vrf test", () {
11-
for (int i = 0; i < 100; i++) {
11+
for (int i = 0; i < 10; i++) {
1212
final rand = QuickCrypto.generateRandom(32);
1313
final message = QuickCrypto.generateRandom(32);
1414
final signingContext = QuickCrypto.generateRandom(32);
@@ -29,7 +29,6 @@ void main() {
2929
true);
3030
}
3131
});
32-
// return;
3332

3433
test("schnorrkel vrf sign", () {
3534
/// test vrf sign

0 commit comments

Comments
 (0)