forked from TrueCloudLab/frostfs-sdk-go
[#4] Rename NeoFS mentions in comments and method names
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
b204a62da1
commit
4ff9c00de3
75 changed files with 423 additions and 423 deletions
|
@ -45,7 +45,7 @@ func RegisterScheme(scheme Scheme, f func() PublicKey) {
|
|||
}
|
||||
|
||||
// Signer is an interface of entities that can be used for signing operations
|
||||
// in NeoFS. Unites secret and public parts. For example, an ECDSA private key
|
||||
// in FrostFS. Unites secret and public parts. For example, an ECDSA private key
|
||||
// or external auth service.
|
||||
//
|
||||
// See also PublicKey.
|
||||
|
@ -63,7 +63,7 @@ type Signer interface {
|
|||
}
|
||||
|
||||
// PublicKey represents a public key using fixed signature scheme supported by
|
||||
// NeoFS.
|
||||
// FrostFS.
|
||||
//
|
||||
// See also Signer.
|
||||
type PublicKey interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue