Skip to content

Commit

Permalink
Merge branch 'release/v1.1' into 'master'
Browse files Browse the repository at this point in the history
Release/v1.1

See merge request cert/malduck!4
  • Loading branch information
psrok1 committed Jul 3, 2019
2 parents b71924f + 4b45e81 commit 00afc0e
Show file tree
Hide file tree
Showing 19 changed files with 3,162 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'CERT Polska'

# The full version, including alpha/beta/rc tags
release = '1.0.0'
release = '1.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/crypto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ Cryptography
.. autoclass:: malduck.crypto.rsa.RSA
:members:
.. autofunction:: malduck.crypto.xor.xor
.. autoclass:: malduck.crypto.serpent.Serpent
:members:
2 changes: 1 addition & 1 deletion malduck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from .short import (
aes, blowfish, des3, rc4, pe, aplib, gzip, procmem, procmempe, cuckoomem, pad, unpad,
insn, rsa, verify, base64, rabbit
insn, rsa, verify, base64, rabbit, serpent
)

from .string.bin import (
Expand Down
Empty file.
Loading

0 comments on commit 00afc0e

Please sign in to comment.