Skip to content

Commit

Permalink
Fix simulator error
Browse files Browse the repository at this point in the history
  • Loading branch information
XuJiandong committed Mar 28, 2024
1 parent 71e65db commit e1b5fe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/omni_lock/omni_lock_sim.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ int hex2bin(uint8_t* buf, const char* src) {
return length;
}

int ed25519_verify(const unsigned char* signature, const unsigned char* message,
size_t message_len, const unsigned char* public_key) {
return 0;
}

UTEST(pubkey_hash, pass) {
init_input(&g_setting);
g_setting.flags = IdentityFlagsCkb;
Expand Down

0 comments on commit e1b5fe5

Please sign in to comment.