Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Mar 4, 2024
1 parent 4fe6c04 commit 723d714
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps/nanos-secure-sdk
Submodule nanos-secure-sdk updated 63 files
+1 −1 Makefile.defines
+54 −6 Makefile.rules
+34 −2 Makefile.rules_generic
+11 −0 include/cx_errors.h
+92 −153 include/ledger_assert.h
+226 −0 include/ledger_assert_internals.h
+0 −7 include/os.h
+7 −0 include/os_print.h
+37 −28 lib_cxng/include/lcx_aes.h
+94 −13 lib_cxng/include/lcx_blake2.h
+12 −3 lib_cxng/include/lcx_common.h
+7 −7 lib_cxng/include/lcx_crc.h
+19 −9 lib_cxng/include/lcx_des.h
+16 −14 lib_cxng/include/lcx_ecdh.h
+32 −31 lib_cxng/include/lcx_ecdsa.h
+68 −60 lib_cxng/include/lcx_ecfp.h
+19 −19 lib_cxng/include/lcx_ecschnorr.h
+32 −32 lib_cxng/include/lcx_eddsa.h
+4 −4 lib_cxng/include/lcx_groestl.h
+22 −22 lib_cxng/include/lcx_hash.h
+51 −38 lib_cxng/include/lcx_hmac.h
+91 −67 lib_cxng/include/lcx_math.h
+10 −9 lib_cxng/include/lcx_pbkdf2.h
+47 −7 lib_cxng/include/lcx_ripemd160.h
+23 −21 lib_cxng/include/lcx_rng.h
+62 −62 lib_cxng/include/lcx_rsa.h
+93 −9 lib_cxng/include/lcx_sha256.h
+424 −17 lib_cxng/include/lcx_sha3.h
+86 −10 lib_cxng/include/lcx_sha512.h
+1 −1 lib_cxng/include/libcxng.h
+4 −3 lib_cxng/src/cx_blake2.h
+6 −5 lib_cxng/src/cx_blake2b.h
+4 −4 lib_cxng/src/cx_crc.h
+4 −4 lib_cxng/src/cx_ecfp.h
+12 −12 lib_cxng/src/cx_eddsa.h
+16 −16 lib_cxng/src/cx_hash.h
+12 −11 lib_cxng/src/cx_pbkdf2.h
+9 −0 lib_cxng/src/cx_pkcs1.c
+4 −0 lib_cxng/src/cx_ram.h
+23 −3 lib_cxng/src/cx_ripemd160.h
+4 −3 lib_cxng/src/cx_rng.h
+14 −13 lib_cxng/src/cx_rng_rfc6979.h
+2 −2 lib_cxng/src/cx_rsa.c
+35 −36 lib_cxng/src/cx_rsa.h
+23 −3 lib_cxng/src/cx_sha256.h
+23 −4 lib_cxng/src/cx_sha3.h
+23 −4 lib_cxng/src/cx_sha512.h
+1 −1 lib_cxng/src/cx_utils.h
+2 −3 lib_stusb/STM32_USB_Device_Library/Class/CCID/inc/sc_itf.h
+10 −0 lib_stusb/STM32_USB_Device_Library/Class/CCID/inc/usbd_ccid_if.h
+16 −23 lib_stusb/STM32_USB_Device_Library/Class/CCID/src/usbd_ccid_cmd.c
+38 −32 lib_stusb/STM32_USB_Device_Library/Class/CCID/src/usbd_ccid_if.c
+1 −0 lib_stusb/usbd_conf.h
+96 −24 lib_stusb_impl/u2f_impl.c
+7 −0 lib_stusb_impl/u2f_impl.h
+51 −5 lib_stusb_impl/usbd_impl.c
+7 −0 lib_ux/include/ux.h
+2 −0 lib_ux/src/ux_layout_common.h
+0 −2 lib_ux/src/ux_layout_paging.c
+245 −0 src/cx_hash_iovec.c
+3 −1 src/cx_stubs.S
+53 −0 src/cx_wrappers.c
+33 −34 src/ledger_assert.c
2 changes: 1 addition & 1 deletion deps/nanosplus-secure-sdk
2 changes: 1 addition & 1 deletion deps/nanox-secure-sdk
Submodule nanox-secure-sdk updated 876 files

0 comments on commit 723d714

Please sign in to comment.