frostfs-sdk-go/pool
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
..
cache.go [#137] pool: simplify session creation 2022-04-07 13:33:16 +03:00
cache_test.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
doc.go [#165] pool: change exported fields to setters 2022-03-21 12:41:08 +03:00
mock_test.go [#85] pool: make client interface methods private 2022-04-12 10:30:28 +03:00
pool.go [#170] oid, cid: Add marshal format checks 2022-04-13 17:32:25 +03:00
pool_test.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
sampler.go [#165] pool: make private inner structs 2022-03-21 12:41:08 +03:00
sampler_test.go [#85] pool: make client interface methods private 2022-04-12 10:30:28 +03:00