frostfs-api-go/util/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
..
data.go [#393] util/signature: Remove bytes pool and provide buffer explicitly 2022-04-21 15:11:57 +03:00
options.go [#393] util/signature: Remove bytes pool and provide buffer explicitly 2022-04-21 15:11:57 +03:00