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
Instead of relaying on prefixes (FerveoPublicKey, UmbralPublicKey, etc.) make sure that the naming conflicts are avoided by exposing types from their respective modules (ferveo.PublicKey, umbral.PublicKey).
The text was updated successfully, but these errors were encountered:
wasm_bindgen(module = "ferveo/nucypher")
in order to avoid naming conflicts betweenumbral.Ciphertext
&ferveo.Ciphertext
etc., in WASM bindingsFerveoPublicKey
,UmbralPublicKey
, etc.) make sure that the naming conflicts are avoided by exposing types from their respective modules (ferveo.PublicKey
,umbral.PublicKey
).The text was updated successfully, but these errors were encountered: