blob: d278318f0b176fd3f1a3faa7e4c5189a9cf5e0f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<body>
<p>
This package provides the interfaces needed to implement the
Diffie-Hellman (DH) key agreement's algorithm as specified by PKCS#3.
The parameters for the DH algorithm must be accessed without unduly
restriction as for example hardware repository for the parameters material.
</p>
</body>
</html>
|