frostfs-sdk-go/session
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
..
test [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
container.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
container_test.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
object.go [#128] session: Sync comments and constructors 2022-02-01 17:03:12 +03:00
object_test.go [#128] *: Use correct aliases for object testing 2022-02-01 17:03:12 +03:00
session.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
session_test.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
xheader.go [#53] session: move XHeader from neofs-api-go 2021-11-08 12:39:45 +03:00
xheader_test.go [#53] session: move XHeader from neofs-api-go 2021-11-08 12:39:45 +03:00