Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions quantus_sdk/lib/src/services/circuit_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,12 @@ class CircuitStatus {
/// Circuit binaries are bundled as SDK assets and extracted to the app's
/// support directory on first use. Rust FFI requires file paths.
class CircuitManager {
// Must match the artifacts generated by the Rust `ensure_circuit_binaries`
// FFI (qp-wormhole-* 3.1.x): the leaf circuit no longer emits `prover.bin`,
// and the aggregation artifacts are `private_batch_*`, not `aggregated_*`.
static const List<String> requiredFiles = [
'common.bin',
'verifier.bin',
'dummy_proof.bin',
'private_batch_common.bin',
'private_batch_verifier.bin',
'private_batch_prover.bin',
'config.json',
];

Expand Down
Loading
Loading