decapsulate(_:)
Decapsulates the encapsulated shared secret
Declaration
func decapsulate<D>(_ encapsulated: D) throws -> SymmetricKey where D : DataProtocolParameters
- encapsulated:
The encapsulated shared secret
Return Value
The decapsulated shared secret