|
|
@@ -48,8 +48,8 @@ use log::debug;
|
|
|
|
|
|
/// Update these if any circuits are changed.
|
|
|
/// Delete the existing cachefiles, and enable debug logging, you will see the new hashes.
|
|
|
-const PKS_HASH: &str = "dc23c141c782cd3f801201850efc50500880974d3e2d427873448389f0b90e03";
|
|
|
-const VKS_HASH: &str = "d353e46f3cfafc989c3e59234ffe2ca8673e95cd232df2f54f4f2c5768549488";
|
|
|
+const PKS_HASH: &str = "8ab69a6b4cf92ccf5bf5ff7341d90dae72363e8a2c2f1bb05c1ed966fd5074be";
|
|
|
+const VKS_HASH: &str = "2cf53f1f216bf2c066d7a61ed582dbab7db028c782a51a24acdd0905e8bb8bb8";
|
|
|
|
|
|
/// Build a `PathBuf` to a cachefile
|
|
|
fn cache_path(typ: &str) -> Result<PathBuf> {
|