1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-04 18:22:34 +03:00
Files
authentication-service/crates/jose/src
Jonas Platte 520357e78b jose: Reduce stack size of JsonWebSignatureHeader
… by putting the optional jwk field behind a box.

The overall size will be one pointer larger when the field is Some(_),
but more than 300 bytes small when it is None.
2023-11-03 13:37:54 +01:00
..
2023-08-28 18:05:56 +02:00