You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cargo build, on running ./run.sh or run20.sh script, getting below error.
keygen part
key gen for client 1 out of 3
dyld[46200]: symbol not found in flat namespace '_rust_crypto_util_fixed_time_eq_asm'
./demo/run.sh: line 21: 46200 Abort trap: 6 ./target/release/examples/gg18_keygen_client http://127.0.0.1:8001 keys"$i".store
key gen for client 2 out of 3
dyld[46202]: symbol not found in flat namespace '_rust_crypto_util_fixed_time_eq_asm'
./demo/run.sh: line 21: 46202 Abort trap: 6 ./target/release/examples/gg18_keygen_client http://127.0.0.1:8001 keys"$i".store
key gen for client 3 out of 3
dyld[46204]: symbol not found in flat namespace '_rust_crypto_util_fixed_time_eq_asm'
./demo/run.sh: line 21: 46204 Abort trap: 6 ./target/release/examples/gg18_keygen_client http://127.0.0.1:8001 keys"$i".store
sign
signing for client 1 out of 2
thread 'main' panicked at 'Unable to load keys, did you run keygen first? : Os { code: 2, kind: NotFound, message: "No such file or directory" }', examples/gg18_sign_client.rs:47:10
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
signing for client 2 out of 2
thread 'main' panicked at 'Unable to load keys, did you run keygen first? : Os { code: 2, kind: NotFound, message: "No such file or directory" }', examples/gg18_sign_client.rs:47:10
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
System Software Overview:
System Version: macOS 12.2.1 (21D62)
Kernel Version: Darwin 21.3.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: MacBookPro18,1
Chip: Apple M1 Pro
The text was updated successfully, but these errors were encountered:
After cargo build, on running ./run.sh or run20.sh script, getting below error.
keygen part
key gen for client 1 out of 3
dyld[46200]: symbol not found in flat namespace '_rust_crypto_util_fixed_time_eq_asm'
./demo/run.sh: line 21: 46200 Abort trap: 6 ./target/release/examples/gg18_keygen_client http://127.0.0.1:8001 keys"$i".store
key gen for client 2 out of 3
dyld[46202]: symbol not found in flat namespace '_rust_crypto_util_fixed_time_eq_asm'
./demo/run.sh: line 21: 46202 Abort trap: 6 ./target/release/examples/gg18_keygen_client http://127.0.0.1:8001 keys"$i".store
key gen for client 3 out of 3
dyld[46204]: symbol not found in flat namespace '_rust_crypto_util_fixed_time_eq_asm'
./demo/run.sh: line 21: 46204 Abort trap: 6 ./target/release/examples/gg18_keygen_client http://127.0.0.1:8001 keys"$i".store
sign
signing for client 1 out of 2
thread 'main' panicked at 'Unable to load keys, did you run keygen first? : Os { code: 2, kind: NotFound, message: "No such file or directory" }', examples/gg18_sign_client.rs:47:10
note: run with
RUST_BACKTRACE=1
environment variable to display a backtracesigning for client 2 out of 2
thread 'main' panicked at 'Unable to load keys, did you run keygen first? : Os { code: 2, kind: NotFound, message: "No such file or directory" }', examples/gg18_sign_client.rs:47:10
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceSystem Software Overview:
Hardware Overview:
The text was updated successfully, but these errors were encountered: