Skip to content

Ticket #415: Use size_t instead of uint64_t for dictionary size

Adrien requested to merge aby-sopc-dict-size-t into master

Doing a calloc with an uint64_t is not safe on 32bit platforms.

Merge request reports