frostfs-sdk-go/object
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
..
address [#170] oid, cid: Add marshal format checks 2022-04-13 17:32:25 +03:00
id [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
test [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
attribute.go [#64] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
attribute_test.go [#64] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
error.go [#64] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
error_test.go [#64] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
fmt.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
fmt_test.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
lock.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
lock_test.go [#163] object: Implement functions linking Object and Lock instances 2022-03-05 17:38:16 +03:00
object.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
object_test.go [#170] oid, cid: Add marshal format checks 2022-04-13 17:32:25 +03:00
range.go [#64] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
range_test.go [#64] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
raw.go [#139] object: Deprecate RawObject type and everything related 2022-03-03 15:08:36 +03:00
raw_test.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
search.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
search_test.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
splitid.go [#64] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
splitid_test.go [#64] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
splitinfo.go [#170] oid, cid: Add marshal format checks 2022-04-13 17:32:25 +03:00
splitinfo_test.go [#170] oid, cid: Add marshal format checks 2022-04-13 17:32:25 +03:00
tombstone.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
tombstone_test.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
type.go [#140] object: Support LOCK type 2022-03-02 18:27:08 +03:00
type_test.go [#140] object: Support LOCK type 2022-03-02 18:27:08 +03:00
wellknown_attributes.go [#143] object: Fix well-known attribute comment 2022-02-22 19:34:51 +03:00