v1.8 New Reed-Solomon feature

This commit is contained in:
Evan Su 2021-03-15 15:08:47 -04:00 committed by GitHub
parent 7559754f2d
commit 3576cb857e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python3
# Dependencies: argon2-cffi, pycryptodome, reedsolo
# Copyright (c) Evan Su (https://evansu.cc)
# Released under a GNU GPL v3 license
# https://github.com/HACKERALERT/Picocrypt
"""
Dependencies: argon2-cffi, pycryptodome, reedsolo
Copyright (c) Evan Su (https://evansu.cc)
Released under a GNU GPL v3 license
https://github.com/HACKERALERT/Picocrypt
"""
# Test if libraries are installed
try: