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
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Package frostfscrypto collects NeoFS cryptographic primitives.
|
||||
Package frostfscrypto collects FrostFS cryptographic primitives.
|
||||
|
||||
Signer type unifies entities for signing NeoFS data.
|
||||
Signer type unifies entities for signing FrostFS data.
|
||||
|
||||
// instantiate Signer
|
||||
// select data to be signed
|
||||
|
@ -24,7 +24,7 @@ PublicKey allows to verify signatures.
|
|||
isValid := sig.Verify(data)
|
||||
// ...
|
||||
|
||||
Signature can be also used to process NeoFS API V2 protocol messages
|
||||
Signature can be also used to process FrostFS API V2 protocol messages
|
||||
(see neo.fs.v2.refs package in https://github.com/TrueCloudLab/frostfs-api).
|
||||
|
||||
On client side:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue