6 lines
263 B
Go
6 lines
263 B
Go
|
// Package sigcred implements the Signifier and Credential types, which
|
||
|
// interplay together to provide the ability to sign arbitrary blobs of data
|
||
|
// (producing Credentials) and to verify those Credentials within the context of
|
||
|
// a dehub repo.
|
||
|
package sigcred
|