Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 293 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 293 Bytes

P-384 arithmetic primitives

This package implements arithmetic primitives over elliptic curve P-384.

It uses the same design and algorithms than P-256 implementation from cryptonite, itself adapted from the mincrypt library.

Implementations with 32-bit and 64-bit words are provided.