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

Initial structure #1

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

gabrielbaldao
Copy link

No description provided.

src/omnitradeClient/client.py Outdated Show resolved Hide resolved
src/omnitradeClient/auth.py Outdated Show resolved Hide resolved
self.secret_key = secret_key

def signed_challenge(self, challenge):
signature = hashlib.pbkdf2_hmac('sha256', self.secret_key,"{access_key}{challenge}".format(access_key = self.access_key, challenge = challenge), 100000 )

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about creating a const to keep this 100000 value?

requirements.txt Outdated Show resolved Hide resolved
src/omnitradeClient/auth.py Outdated Show resolved Hide resolved
src/omnitradeClient/client.py Outdated Show resolved Hide resolved
@gabrielbaldao gabrielbaldao changed the title WIP: Initial structure Initial structure Feb 27, 2020
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

Successfully merging this pull request may close these issues.

3 participants