mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
12 lines
194 B
C++
12 lines
194 B
C++
|
|
|
|
#ifndef RIPPLE_DIFFIEHELLMANUTIL_H
|
|
#define RIPPLE_DIFFIEHELLMANUTIL_H
|
|
|
|
extern DH* DH_der_load (const std::string& strDer);
|
|
extern std::string DH_der_gen (int iKeyLength);
|
|
|
|
#endif
|
|
|
|
// vim:ts=4
|