Hello, Stef Bon wrote: > gcry_pk_algo_info can do this (using GCRY_GET_ALGO_SIGNSIZE for > example) We can't use the gcry_pk_algo_info API for this purpose, because the size of signature depends on a key (in general). For example, RSA-1024 and RSA-4096 have different signature size. --