package util

Import Path
	github.com/pion/dtls/v3/internal/util (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 3 packages

Involved Source Files Package util contains small helpers used across the repo
Package-Level Functions (total 5)
AddUint48 appends a big-endian, 48-bit value to the byte string. Remove if / when https://github.com/golang/crypto/pull/265 is merged upstream.
BigEndianUint24 returns the value of a big endian uint24.
Max returns the larger value.
PutBigEndianUint24 encodes a uint24 and places into out.
PutBigEndianUint48 encodes a uint64 and places into out.