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

Passing in BDK #4

Closed
dustindoucette opened this issue May 27, 2019 · 3 comments
Closed

Passing in BDK #4

dustindoucette opened this issue May 27, 2019 · 3 comments

Comments

@dustindoucette
Copy link

Hi @chokepoint, just had a quick question concerning this program. I am trying to find a way to pass in a BDK instead of the server generating one. Would you be able to tell me how to initialize the server in a way that allows a BDK passed in?

Thank you in advance,
Dustin

@chokepoint
Copy link
Owner

chokepoint commented May 29, 2019

You should be able to pass the bdk to the DUKPT class during the initialization by specifying the optional bdk=var_with_bdk_to_import_here.

DUKPT/dukpt.py

Line 142 in 5d40401

def __init__(self, bdk=None):

@chokepoint
Copy link
Owner

Did this help? I'll leave this open another week before closing it. Cheers.

@dustindoucette
Copy link
Author

Hi @chokepoint, thank you very much for the reply and answer! Works perfectly 👌🏼, Thanks, Dustin

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