package fingerprint

Import Path
	github.com/pion/dtls/v3/pkg/crypto/fingerprint (on go.dev)

Dependency Relation
	imports 5 packages, and imported by one package

Involved Source Files Package fingerprint provides a helper to create fingerprint string from certificate hash.go
Package-Level Functions (total 3)
Fingerprint creates a fingerprint for a certificate using the specified hash algorithm.
HashFromString allows looking up a hash algorithm by it's string representation.
StringFromHash allows looking up a string representation of the crypto.Hash.