MCPcopy 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
255func (h *Handshake) mixHash(data []byte) {
256 mixHash(&h.hash, &h.hash, data)
257}
258
259func (h *Handshake) mixKey(data []byte) {
260 mixKey(&h.chainKey, &h.chainKey, data)

Callers 2

CreateMessageResponseMethod · 0.80

Calls 1

mixHashFunction · 0.85

Tested by

no test coverage detected