On Fri, Sep 14, 2018 at 7:44 AM Jason A. Donenfeld <ja...@zx2c4.com> wrote:
> Assuming this is an array of a huge amount of
> chacha20poly1305_testvec, I'm not sure if there's a syntax for me to
> define the symbol inline with the declarations. Any ideas?

Don't do it inline.

u8[] __stuffdata key_value = ...
...
.key = key_value

Jim

Reply via email to