You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: SimpleLm: Use Opaque directly instead of Base64 string
The SimpleLm keeps all data in memory; there is no obvious need to store
the keys as Base64 strings.
Use Opaque directly, ensuring that only immutable Opaque keys are used
for storing.
Related: #149
Signed-off-by: Christian Kohlschütter <[email protected]>
0 commit comments