aboutsummaryrefslogtreecommitdiff
path: root/src/boringssl_p384_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boringssl_p384_ops.c')
-rw-r--r--src/boringssl_p384_ops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boringssl_p384_ops.c b/src/boringssl_p384_ops.c
index ca5e88b..d5a0d0c 100644
--- a/src/boringssl_p384_ops.c
+++ b/src/boringssl_p384_ops.c
@@ -12,8 +12,7 @@
// License for the specific language governing permissions and limitations under
// the License.
-// This is an implementation of the crypto operations that uses boringssl. The
-// algorithms used are SHA512, HKDF-SHA512, and Ed25519-SHA512.
+// This is an implementation of P-384 signature operations using boringssl.
#include <stdint.h>
#include <stdio.h>