frostfs-api-go/util
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
..
proto util/proto: fix doc comment 2022-04-21 15:07:57 +03:00
protogen util/protogen: add StableMarshal generator command 2022-04-21 15:07:57 +03:00
signature [#393] util/signature: Remove bytes pool and provide buffer explicitly 2022-04-21 15:11:57 +03:00