-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
package freertos
import (
"github.com/goplus/lib/c"
_ "unsafe"
)
type Struct (unnamed at /Users/haolan/esp/esp-idf/components/espRom/esp32s3/include/esp32s3/rom/md5Hash.h:28:8) struct {
Buf [4]c.Uint32T
Bits [2]c.Uint32T
In [64]c.Uint8T
}
// llgo:link (*MD5Context).MD5Init C.MD5Init
func (recv_ *MD5Context) MD5Init() {
}
// llgo:link (*MD5Context).MD5Update C.MD5Update
func (recv_ *MD5Context) MD5Update(buf *c.Char, len c.Uint) {
}
//go:linkname MD5Final C.MD5Final
func MD5Final(digest *c.Char, context *MD5Context)