Chris Cheng

Results 2 issues of Chris Cheng

``` md5_init(m); md5_update(m, "hello", strlen("hello")); md5_update(m, "world", strlen("world")); md5_finish(m, hash); ``` hash: a48b171ee450c14dab8e7162cdce3f8d ``` md5_init(m); md5_update(m, "helloworld", strlen("helloworld")); md5_finish(m, hash); ``` hash: fc5e038d38a57032085441e7fe7010b0 In Python or other C implementations, eg...

修复如下报错 https://forum.sublimetext.com/t/build-4180-c-syntax-highlighting-error/73051