Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cppalliance/crypt
A C++20 module of cryptographic utilities for CPU and GPU
https://github.com/cppalliance/crypt
cpp20 cuda security
Last synced: about 1 month ago
JSON representation
A C++20 module of cryptographic utilities for CPU and GPU
- Host: GitHub
- URL: https://github.com/cppalliance/crypt
- Owner: cppalliance
- License: bsl-1.0
- Created: 2024-10-07T18:16:16.000Z (4 months ago)
- Default Branch: develop
- Last Pushed: 2025-01-08T17:31:28.000Z (about 1 month ago)
- Last Synced: 2025-01-08T18:37:01.408Z (about 1 month ago)
- Topics: cpp20, cuda, security
- Language: C++
- Homepage: https://develop.crypt.cpp.al
- Size: 18.8 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Crypt
| | Develop |
|------------------|-------------|
| Drone | [![Build Status](https://drone.cpp.al/api/badges/cppalliance/crypt/status.svg?ref=refs/heads/develop)](https://drone.cpp.al/cppalliance/crypt) |
| Github Actions | [![CI](https://github.com/cppalliance/crypt/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/cppalliance/crypt/actions/workflows/ci.yml)
| Codecov | [![codecov](https://codecov.io/gh/cppalliance/crypt/graph/badge.svg?token=drvY8nnV5S)](https://codecov.io/gh/cppalliance/crypt) |
| Fuzzing | [![Fuzzing](https://github.com/cppalliance/crypt/actions/workflows/fuzz.yml/badge.svg?branch=develop)](https://github.com/cppalliance/crypt/actions/workflows/fuzz.yml) |---
A module of cryptographic utilities
# Notice
Crypt is under active development, is not an official boost library, and **is not certified for use**.
Use at your own peril.