• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-762632

gap/H03-May-2022-11390

src/H03-May-2022-371277

tst/H03-May-2022-4237

COPYRIGHT.mdH A D03-May-2022340 159

LICENSEH A D03-May-20221.4 KiB2721

Makefile.gappkgH A D03-May-20225.3 KiB14745

Makefile.inH A D03-May-2022184 104

PackageInfo.gH A D03-May-20222.7 KiB9579

README.mdH A D03-May-2022607 138

configureH A D03-May-2022961 3624

init.gH A D03-May-2022291 1311

makedoc.gH A D03-May-2022277 139

read.gH A D03-May-2022138 76

README.md

1[![Build Status](https://travis-ci.org/gap-packages/crypting.svg?branch=master)](https://travis-ci.org/gap-packages/crypting)
2[![Code Coverage](https://codecov.io/github/gap-packages/crypting/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/crypting)
3
4# The GAP 4 package `crypting'
5
6This package implements some cryptographic primitives. At the moment
7this is a custom implementation of SHA256 and HMAC, which is needed
8to sign messages in the Jupyter kernel.
9
10Bindings to a full crypto library are a possibility for the future, and
11pull-requests (after discussion) are appreciated.
12
13