Displaying 3 results from an estimated 3 matches for "core_num__u64_9__to_le_byt".
Did you mean:
core_num__u64_9__to_le_bytes
2024 Oct 29
1
FYI: fix for big-endian systems pushed to V_9_9 branch
...ready, then I recommend you include these fixes as the
> next release of OpenSSH will make this key exchange algorithm the
> default.
>
I tried to update my Solaris builds but ran into a build error.
In file included from kexmlkem768x25519.c:50:
libcrux_mlkem768_sha3.h: In function 'core_num__u64_9__to_le_bytes':
libcrux_mlkem768_sha3.h:164: error: '__uint64_t' undeclared (first use
in this function)
libcrux_mlkem768_sha3.h:164: error: (Each undeclared identifier is
reported only once
libcrux_mlkem768_sha3.h:164: error: for each function it appears in.)
libcrux_mlkem768_sha3.h: In function...
2024 Oct 29
1
FYI: fix for big-endian systems pushed to V_9_9 branch
...e fixes as the
> > next release of OpenSSH will make this key exchange algorithm the
> > default.
> >
>
> I tried to update my Solaris builds but ran into a build error.
>
> In file included from kexmlkem768x25519.c:50:
> libcrux_mlkem768_sha3.h: In function 'core_num__u64_9__to_le_bytes':
> libcrux_mlkem768_sha3.h:164: error: '__uint64_t' undeclared (first use in this
> function)
> libcrux_mlkem768_sha3.h:164: error: (Each undeclared identifier is reported
> only once
> libcrux_mlkem768_sha3.h:164: error: for each function it appears in.)
> libcrux_...
2024 Oct 27
3
FYI: fix for big-endian systems pushed to V_9_9 branch
Hi,
This is mostly a note for downstream distributors of OpenSSH. I've
just pushed fixes to the V_9_9 stable branch for a bug in the
mlkem768x25519-sha256 key exchange algorithm that was added in this
release that causes connection failures when connecting between
big-endian and little-endian hosts.
The problem is on the big-endian side. No change is required for
the more common