Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 664 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 664 Bytes

Build Status Code Coverage

The GAP 4 package `crypting'

This package implements some cryptographic primitives. At the moment this is a custom implementation of SHA256 and HMAC, which is needed to sign messages in the Jupyter kernel.

Bindings to a full crypto library are a possibility for the future, and pull-requests (after discussion) are appreciated.