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
Currently, the SymmetricKeyKEM is abstract since we do not have a scheme that is an ordinary KEM for KeyMaterial (Only have PredicateKEMs). To keep away the building errors I made this class abstract, but this should not be true if the construction actually could be instantiated.
The text was updated successfully, but these errors were encountered:
(This issue has been imported from the Gitlab repository because it seems to not have been addressed yet)
Original Text (Issue 205)
Currently, the
SymmetricKeyKEM
is abstract since we do not have a scheme that is an ordinary KEM forKeyMaterial
(Only have PredicateKEMs). To keep away the building errors I made this class abstract, but this should not be true if the construction actually could be instantiated.The text was updated successfully, but these errors were encountered: