Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ mixHash
Method
mixHash
polyamide/device/noise-protocol.go:255–257 ·
view source on GitHub ↗
(data []byte)
Source
from the content-addressed store, hash-verified
253
}
254
255
func
(h *Handshake) mixHash(data []byte) {
256
mixHash(&h.hash, &h.hash, data)
257
}
258
259
func
(h *Handshake) mixKey(data []byte) {
260
mixKey(&h.chainKey, &h.chainKey, data)
Callers
2
CreateMessageInitiation
Method · 0.80
CreateMessageResponse
Method · 0.80
Calls
1
mixHash
Function · 0.85
Tested by
no test coverage detected