Skip to content

Commit

Permalink
update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Dec 7, 2021
1 parent c197fb7 commit 49f44c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanos-secure-sdk
Submodule nanos-secure-sdk updated 92 files
+5 −2 Makefile.conf.cx
+16 −0 Makefile.defines
+7 −63 include/arch.h
+2 −1 include/bolos_version.h
+0 −667 include/core_cm0.h
+0 −778 include/core_cm0plus.h
+0 −616 include/core_cmFunc.h
+0 −618 include/core_cmInstr.h
+0 −798 include/core_sc000.h
+64 −0 include/cx_errors.h
+2 −0 include/cx_stubs.h
+11 −0 include/cx_trampoline.h
+441 −438 include/errors.h
+60 −0 include/ledger_protocol.h
+7 −7 include/os.h
+0 −25 include/os_ble.h
+0 −36 include/os_hal.h
+2 −2 include/os_id.h
+13 −34 include/os_io_seproxyhal.h
+8 −2 include/os_screen.h
+8 −0 include/os_seed.h
+1 −1 include/os_utils.h
+20 −3 include/os_ux.h
+5 −0 include/ox.h
+65 −14 include/ox_aes.h
+674 −163 include/ox_bn.h
+18 −0 include/ox_crc.h
+31 −14 include/ox_des.h
+614 −61 include/ox_ec.h
+17 −0 include/ox_rng.h
+8 −3 include/seproxyhal_protocol.h
+17 −2 include/syscalls.h
+2 −0 lib_cxng/cx.export
+232 −60 lib_cxng/include/lcx_aes.h
+91 −44 lib_cxng/include/lcx_blake2.h
+65 −74 lib_cxng/include/lcx_common.h
+25 −14 lib_cxng/include/lcx_crc.h
+227 −65 lib_cxng/include/lcx_des.h
+142 −29 lib_cxng/include/lcx_ecdh.h
+127 −68 lib_cxng/include/lcx_ecdsa.h
+510 −271 lib_cxng/include/lcx_ecfp.h
+117 −61 lib_cxng/include/lcx_ecschnorr.h
+156 −94 lib_cxng/include/lcx_eddsa.h
+41 −25 lib_cxng/include/lcx_groestl.h
+160 −113 lib_cxng/include/lcx_hash.h
+277 −162 lib_cxng/include/lcx_hmac.h
+506 −186 lib_cxng/include/lcx_math.h
+70 −38 lib_cxng/include/lcx_pbkdf2.h
+27 −22 lib_cxng/include/lcx_ripemd160.h
+72 −22 lib_cxng/include/lcx_rng.h
+487 −338 lib_cxng/include/lcx_rsa.h
+41 −29 lib_cxng/include/lcx_sha256.h
+190 −62 lib_cxng/include/lcx_sha3.h
+48 −31 lib_cxng/include/lcx_sha512.h
+5 −0 lib_cxng/include/libcxng.h
+2 −0 lib_cxng/src/cx_exported_functions.c
+1 −2 lib_cxng/src/cx_hkdf.h
+0 −2 lib_cxng/src/cx_rng_rfc6979.h
+1 −1 lib_stusb_impl/u2f_io.c
+ lib_ux/glyphs/icon_warning.gif
+43 −32 lib_ux/include/ux.h
+13 −1 lib_ux/include/ux_flow_engine.h
+9 −1 lib_ux/include/ux_layout_paging_compute.h
+25 −5 lib_ux/include/ux_layouts.h
+110 −86 lib_ux/src/ux_flow_engine.c
+8 −39 lib_ux/src/ux_layout_bb.c
+2 −54 lib_ux/src/ux_layout_bn.c
+5 −5 lib_ux/src/ux_layout_bnn.c
+6 −6 lib_ux/src/ux_layout_bnnn.c
+2 −55 lib_ux/src/ux_layout_nn.c
+16 −12 lib_ux/src/ux_layout_nnbnn.c
+6 −42 lib_ux/src/ux_layout_nnn.c
+6 −45 lib_ux/src/ux_layout_nnnn.c
+6 −6 lib_ux/src/ux_layout_paging.c
+37 −13 lib_ux/src/ux_layout_paging_compute.c
+6 −3 lib_ux/src/ux_layout_pb.c
+7 −5 lib_ux/src/ux_layout_pbb.c
+45 −0 lib_ux/src/ux_layout_pbn.c
+5 −4 lib_ux/src/ux_layout_pn.c
+6 −66 lib_ux/src/ux_layout_pnn.c
+76 −67 lib_ux/src/ux_stack.c
+1 −7 script.ld
+0 −176 script.ux.ld
+5 −3 src/checks.c
+6 −4 src/cx_stubs.S
+230 −0 src/ledger_protocol.c
+145 −324 src/os_io_seproxyhal.c
+12 −37 src/os_io_task.c
+32 −79 src/os_printf.c
+54 −0 src/pic.c
+0 −15 src/pic_internal.c
+43 −20 src/syscalls.c

0 comments on commit 49f44c2

Please sign in to comment.