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
Moving the static const out of this function to the global scope within userinfo_vc.cpp does not resolve the issue, and the function must return a reference (or pointer) as it is returning a derived form of the abstract class Signature.
When compiling under g++14, there is a warning emitted about a dangling reference in HPKE:
MLS++ is working fine in our use case, so this warning does not have any obvious side effects but should probably be investigated.
The text was updated successfully, but these errors were encountered: