Home
last modified time | relevance | path

Searched defs:COSEAlgorithmIdentifier (Results 1 – 1 of 1) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/duo-labs/webauthn/protocol/webauthncose/
H A Dwebauthncose.go140 func SigAlgFromCOSEAlg(coseAlg COSEAlgorithmIdentifier) SignatureAlgorithm {
150 func HasherFromCOSEAlg(coseAlg COSEAlgorithmIdentifier) func() hash.Hash {
202 type COSEAlgorithmIdentifier int type