iot_security icon indicating copy to clipboard operation
iot_security copied to clipboard

《密码技术与物联网安全——mbedtls开发实战》示例代码

Results 5 iot_security issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

我正照著書中的範例做練習,到安裝完mbedtls要做base64示例,在make指令發生錯誤,下面是錯誤代碼 ``` Consolidate compiler generated dependencies of target base64 [ 50%] Linking C executable base64 /usr/bin/ld: CMakeFiles/base64.dir/base64.c.o: in function `main': base64.c:(.text+0xed): undefined reference to `mbedtls_base64_encode' /usr/bin/ld: base64.c:(.text+0x137): undefined reference to...