Skip to content
Avatar
💭
Pacific Time
💭
Pacific Time

Popular repositories

  1. 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

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

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

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.