Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up and standardize function help blurbs #85

Open
unicornsasfuel opened this issue Nov 17, 2018 · 2 comments
Open

Clean up and standardize function help blurbs #85

unicornsasfuel opened this issue Nov 17, 2018 · 2 comments

Comments

@unicornsasfuel
Copy link
Contributor

Not all the functions in cryptanalib have help blurbs. Let's document all the functions and their expected return values and whatnot like so:

"""
Get integer nth roots.

:param x: The number to get the integer root of.
:param n: The root we want (e.g. 3 for cube root).
:return: The nth root of x rounded to an integer.
:rtype: long
"""
@q2dg
Copy link

q2dg commented Mar 24, 2021

Well, it seems this project is abandoned, unfortunately

@unicornsasfuel
Copy link
Contributor Author

@q2dg While this project is abandoned, I (the original author) am maintaining a Python3-compatible fork of the cryptanalib module at https://github.com/unicornsasfuel/cryptanalib3. The FeatherDuster interface has not yet been recreated in Python3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants