Skip to content
#

cryptography-library

Here are 102 public repositories matching this topic...

gilles-peskine-arm
gilles-peskine-arm commented Jul 1, 2021

There are advantages to grouping commonly-used fields in structures together. On Cortex-M0, an access to the first 128 elements of a structure (p->x when offsetof(t, x) / sizeof(x) < 128 where sizeof(x) is 1, 2 or 4) uses less code than an access beyond this boundary. On platforms with a cache, putting commonly-used fields in the same cache line optimizes cache use.

Anecdotal evidence sug

Improve this page

Add a description, image, and links to the cryptography-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cryptography-library topic, visit your repo's landing page and select "manage topics."

Learn more