(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 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.
(This issue has been imported from the Gitlab repository because it seems to not have been addressed yet)
Original Text (Issue 205)
Currently, the
SymmetricKeyKEMis 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.