2 #ifndef SSP21_STATICKEYS_H 3 #define SSP21_STATICKEYS_H 5 #include "ssp21/crypto/BufferTypes.h" 14 const std::shared_ptr<const PublicKey>& public_key,
15 const std::shared_ptr<const PrivateKey>& private_key
17 public_key(public_key),
18 private_key(private_key)
21 const std::shared_ptr<const PublicKey> public_key;
22 const std::shared_ptr<const PrivateKey> private_key;
SSP21-cpp main namespace.