Conversation
Directly use it in `ltc_rsa_op_parameters`. Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
That's indeed going to become platform-dependent, but struct sizes always are as soon as they contain platform-dependent types like
The idea was to pad the struct up to an even size, e.g. a multiple of 32 bytes, and currently I only did that for x86_64, so we should Does that make sense? |
Pulled out from #751
#751 (comment)