Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from project-chip/connectedhomeip
Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibili…
C++
457 contributions in the last year
Contribution activity
September 2020
Created a pull request in project-chip/connectedhomeip that received 2 comments
Use uint8_t instead of unsigned char in crypto APIs
Problem The sizeof(char) may differ based on compiler/build configuration. Use of this type makes the crypto API ambiguous. Summary of Changes Use …
+3,487
−3,396
•
2
comments
Created an issue in project-chip/connectedhomeip that received 1 comment
Change Crypto APIs to use uint8_t* instead of "unsigned char*"
Problem The sizeof(char) may differ based on compiler/build configuration. Use of this type makes the crypto API ambiguous. Proposed Solution Use p…
1
comment