An open API service indexing awesome lists of open source software.

https://github.com/dim13/crc24

OpenPGP RFC4880 CRC24 algorithm
https://github.com/dim13/crc24

crc24 golang hash openpgp rfc4880

Last synced: about 1 year ago
JSON representation

OpenPGP RFC4880 CRC24 algorithm

Awesome Lists containing this project

README

          

# CRC24

Go implementation of OpenPGP [RFC4880](https://tools.ietf.org/html/rfc4880#section-6.1) CRC-24 (Section 6.1)

## Install

go get -u github.com/dim13/crc24

## Documentation

https://pkg.go.dev/github.com/dim13/crc24