dmcardle / go-hpke

Implementation of draft-irtf-cfrg-hpke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HPKE

This repo provides a Go implementation of the HPKE primitive proposed for discussion at CFRG.

https://tools.ietf.org/html/draft-irtf-cfrg-hpke

Test vector generation

To generate test vectors, run:

$ HPKE_TEST_VECTORS_OUT=test-vectors.json go test -v -run TestVectorGenerate

To check test vectors, run:

$ HPKE_TEST_VECTORS_IN=test-vectors.json go test -v -run TestVectorInterop

About

Implementation of draft-irtf-cfrg-hpke

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 93.2%Language:Python 6.8%