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
2 changes: 2 additions & 0 deletions cranelift/runtime-abi/runtime_functions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ crypto_verify_rsa_pkcs1_sha256|pith_crypto_verify_rsa_pkcs1_sha256|I64,I64,I64|I
crypto_verify_rsa_pkcs1_sha384|pith_crypto_verify_rsa_pkcs1_sha384|I64,I64,I64|I64
crypto_verify_rsa_pss_sha256|pith_crypto_verify_rsa_pss_sha256|I64,I64,I64|I64
crypto_sign_rsa_pss_sha256_pkcs8|pith_crypto_sign_rsa_pss_sha256_pkcs8|I64,I64|I64
crypto_blake2b|pith_crypto_blake2b|I64,I64,I64|I64
crypto_argon2id|pith_crypto_argon2id|I64,I64,I64,I64,I64,I64|I64
pith_json_fill_struct|pith_json_fill_struct|I64,I64,I64|I64
pith_json_decode_missing_error|pith_json_decode_missing_error|I64,I64|I64
byte_buffer_new|pith_byte_buffer_new||I64
Expand Down
Loading
Loading