frostfs-api-go/signature
Evgenii Stratonikov 77a3ba9197 [#393] util/signature: Remove bytes pool and provide buffer explicitly
Chained verification is done in a single thread there is no need to use
pool to do this. Also because newly allocated items are 5 MiB in size
we can run out of memory given that typical header it much less in size.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-04-21 15:11:57 +03:00
..
sign.go [#393] util/signature: Remove bytes pool and provide buffer explicitly 2022-04-21 15:11:57 +03:00
sign_test.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00