mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-20 19:29:25 +02:00
uploaded version 2018_11_15 for python2
This commit is contained in:
parent
73f66ea40f
commit
b0a8ff21fb
18 changed files with 1574 additions and 791 deletions
|
@ -4,13 +4,17 @@
|
|||
# from the SlowAES project, http://code.google.com/p/slowaes/
|
||||
#
|
||||
# Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ),
|
||||
# Alex Martelli ( http://www.aleax.it )
|
||||
# Alex Martelli ( http://www.aleax.it )
|
||||
#
|
||||
# Ported from C code written by Laurent Haan ( http://www.progressive-coding.com )
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0
|
||||
# http://www.apache.org/licenses/
|
||||
|
||||
"""
|
||||
Modified for py-kms
|
||||
"""
|
||||
|
||||
import os
|
||||
import math
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue