MCPcopy Create free account
hub / github.com/encodeous/nylon / mixKey

Function mixKey

polyamide/device/noise-protocol.go:234–236  ·  view source on GitHub ↗
(dst, c *[blake2s.Size]byte, data []byte)

Source from the content-addressed store, hash-verified

232)
233
234func mixKey(dst, c *[blake2s.Size]byte, data []byte) {
235 KDF1(dst, c[:], data)
236}
237
238func mixHash(dst, h *[blake2s.Size]byte, data []byte) {
239 hash, _ := blake2s.New256(nil)

Callers 3

mixKeyMethod · 0.85

Calls 1

KDF1Function · 0.85

Tested by

no test coverage detected