Skip to content

Commit

Permalink
fix benches
Browse files Browse the repository at this point in the history
  • Loading branch information
StringNick committed Aug 15, 2024
1 parent ba25ed8 commit 4343253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/benchmarks.zig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const std = @import("std");
const bdhke = @import("bdhke.zig");
const bdhke = @import("core/bdhke.zig");

const secp256k1 = @import("secp256k1.zig");
const secp256k1 = @import("core/secp256k1.zig");
const Scalar = secp256k1.Scalar;
const PublicKey = secp256k1.PublicKey;
const SecretKey = secp256k1.SecretKey;
Expand Down

0 comments on commit 4343253

Please sign in to comment.