//
pkg.gl
Category
github.com/stygerma/scion
go
lib
revcache
package
0.3.1
Repository:
https://github.com/stygerma/scion.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
65 SLOC
#
Packages
memrevcache
No description provided by the author
#
Functions
FilterNew
FilterNew filters the given revocations against the revCache, only the ones which are not in the cache are returned.
GetAll
GetAll gets all revocations for the given keys from the given revCache.
NewKey
NewKey creates a new key for the revocation cache.
#
Structs
Key
Key denotes the key for the revocation cache.
#
Interfaces
RevCache
RevCache is a cache for revocations.