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

Syntax Error: x = gmpy math.sqrt(delta) #59

Closed
cclauss opened this issue Aug 20, 2017 · 1 comment
Closed

Syntax Error: x = gmpy math.sqrt(delta) #59

cclauss opened this issue Aug 20, 2017 · 1 comment
Assignees
Labels
Projects

Comments

@cclauss
Copy link
Contributor

cclauss commented Aug 20, 2017

https://github.com/ctf-wiki/ctf-wiki/blob/master/crypto/asymmetric/rsa/example/sctf-rsa1/level2/wiener.py#L73

flake8 testing of https://github.com/ctf-wiki/ctf-wiki on Python 2.7.13

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./crypto/asymmetric/rsa/example/sctf-rsa1/level2/wiener.py:73:29: E999 SyntaxError: invalid syntax
                x = gmpy math.sqrt(delta)
                            ^
@iromise
Copy link
Member

iromise commented Aug 20, 2017

I am so sorry, initially, I plan to use this script( https://github.com/radx64/rsa-wiener-attack/blob/master/main.py ) to solve the wiener problem. Afterly, I use this script( https://github.com/pablocelayes/rsa-wiener-attack ). But I have no idea why this script looks like that.... So I just delete it... Sorry for making you confused.

@cclauss cclauss closed this as completed Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Crypto
  
Awaiting triage
Development

No branches or pull requests

3 participants