package
1.0.0-rc.12
Repository: https://github.com/nspcc-dev/neofs-sdk-go.git
Documentation: pkg.go.dev

# Functions

RandomSigner return neofscrypto.Signer ONLY for TESTs purposes.
RandomSignerRFC6979 return [user.Signer] ONLY for TESTs purposes.
SignedDataComponent tests [SignedComponent] for valid data generation by SignedData function.
SignedDataComponentUser tests [SignedComponentUserSigner] for valid data generation by SignedData function.

# Interfaces

SignedComponent describes component which can signed and the signature may be verified.
SignedComponentUserSigner is the same as [SignedComponent] but uses [user.Signer] instead of [neofscrypto.Signer].