proxy.golang.org : github.com/mgit-at/mqv
Package mqv implements MQV ECC as described in "NIST Special Publication 800-56A Revision 3". MQV is a key agreement protocol similar to Diffie-Hellman, but instead of using 2 ephemeral keys C(2e, 0s), MQV uses 2 ephemeral and 2 static keys C(2e, 2s) in the full variant. The static keys are previously distributed and will be used to authenticate the parties. Another advantage of MQV is the "one-pass" mode C(1e, 2s) which allows senders and receivers to transmit data without a full roundtrip for the key agreement. In this case, the sender uses the static key of the other party twice (its safe to pass a key twice, once as static key and once as ephemeral key), and the receiver uses his own static key twice to decode the message. In addition to the basic MQV primitive, this package also implements a blinded version BlindMQV, which blinds the keys before doing the computations in order to prevent side channel attacks. Please see https://csrc.nist.gov/publications/detail/sp/800-56a/rev-3/final for more details.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/mgit-at/mqv
Keywords:
cryptography
, cryptography-algorithms
, cryptography-library
, golang
, golang-package
License: Apache-2.0
Latest release: about 6 years ago
First release: about 6 years ago
Namespace: github.com/mgit-at
Stars: 3 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 25 days ago