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
- Host: GitHub
- URL: https://github.com/dim13/crc24
- Owner: dim13
- License: isc
- Created: 2019-03-06T12:42:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T11:48:23.000Z (over 3 years ago)
- Last Synced: 2025-03-28T14:11:55.416Z (about 1 year ago)
- Topics: crc24, golang, hash, openpgp, rfc4880
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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