Store pubkey cache uncompressed

This commit is contained in:
Michael Sproul
2022-10-20 23:05:07 +11:00
parent 03fde98737
commit 2350a955e8
4 changed files with 45 additions and 16 deletions

View File

@@ -31,3 +31,4 @@ take-until = "0.1.0"
zstd = "0.11.0"
strum = { version = "0.24.0", features = ["derive"] }
bls = { path = "../../crypto/bls" }
smallvec = "1.0.0"