libcrux icon indicating copy to clipboard operation
libcrux copied to clipboard

Leverage latest code quality improvements in Eurydice etc.

Open protz opened this issue 1 year ago • 3 comments

protz avatar Aug 08 '24 20:08 protz

I thought I had modified the Docker file to pick up the latest versions of tooling but apparently not.

msprotz avatar Aug 09 '24 14:08 msprotz

I thought I had modified the Docker file to pick up the latest versions of tooling but apparently not.

You have, but it's not automated (see #417).

franziskuskiefer avatar Aug 09 '24 15:08 franziskuskiefer

I'm also pushing a couple other low-hanging fruits on this branch, such as chopping the libcrux_intrinsics prefix for intrinsics.

msprotz avatar Aug 13 '24 16:08 msprotz

In order to make the C code not blow up the stack I

  • inlined the unpacked code for key generation and encryption
  • demoted MUST_INLINE to inline in target.h in cg

franziskuskiefer avatar Aug 18 '24 20:08 franziskuskiefer