frostfs-sdk-go/container
Leonard Lyubich ea043f4ca3 [#190] Refactor cryptographic functionality
Remove `signature` and `util/signature` packages. Re-implement their
functionality in new `crypto` package. Generalize the approach of
digital signature computation and verification by adding `Signer` and
`PublicKey` primitives similar to standard `crypto` package. Support
already exising in protocol signature schemes.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-04-19 12:55:11 +03:00
..
id [#170] oid, cid: Add marshal format checks 2022-04-13 17:32:25 +03:00
test [#170] version: Add docs, refactor 2022-04-13 10:28:12 +03:00
announcement.go [#170] oid, cid: Add marshal format checks 2022-04-13 17:32:25 +03:00
announcement_test.go [#170] oid, cid: Add marshal format checks 2022-04-13 17:32:25 +03:00
attribute.go [#168] container: Remove pointer tricks from `setAttribute` 2022-03-15 16:59:59 +03:00
attribute_test.go [#168] container: Replace []*Attribute with []Attribute 2022-03-15 16:59:59 +03:00
container.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
container_test.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
opts.go [#168] container: Replace []*Attribute with []Attribute 2022-03-15 16:59:59 +03:00
wellknown_attributes.go [#60] container: move package from neofs-api-go 2021-11-10 10:31:57 +03:00