frostfs-sdk-go/bearer
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] bearer: Add docs, refactor 2022-04-13 11:24:15 +03:00
bearer.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
bearer_test.go [#170] bearer: Return presence flag in getters of optional fields 2022-04-13 11:24:15 +03:00
doc.go [#170] bearer: Add docs, refactor 2022-04-13 11:24:15 +03:00