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
ifobj.dilithiumthenres.dilithium=CONF.output.encoding.fun(obj.dilithium) end
ifobj.kyberthenres.kyber=CONF.output.encoding.fun(obj.kyber) end
ifobj.schnorrthenres.schnorr=CONF.output.encoding.fun(obj.schnorr) end
ifobj.ntrupthenres.ntrup=CONF.output.encoding.fun(obj.ntrup) end
ifobj.eddsathenres.eddsa=O.to_base58(obj.eddsa) end
while in the input there is only a fixed encoding (for the above is base64).
I think that generally it is better if the keyring encoding is fixed, so that we are alsways sure with what type of encoding we have to load the key.
The text was updated successfully, but these errors were encountered:
Some keys in the keyring follow the CONF encoding during the output phase:
Zenroom/src/lua/zencode_keyring.lua
Lines 186 to 190 in d08d516
while in the input there is only a fixed encoding (for the above is base64).
I think that generally it is better if the keyring encoding is fixed, so that we are alsways sure with what type of encoding we have to load the key.
The text was updated successfully, but these errors were encountered: