-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ask for integration #4
Comments
Hello there! By all means, I'm happy to relicense so it can be included in
Haxe std lib. I have little bandwidth at this time, so please go ahead and
issue a pull request or commit to make it happen. I will happily approve if
needed. Also, I may be without internet connectivity for the next few days,
so if I am slow to respond to emails or approve the commit, I'll apologize
in advance. Cheers!
Best wishes,
Chuck
…On Wed, Jul 6, 2022 at 1:34 AM flashultra ***@***.***> wrote:
Hi Chuck!
I saw your library hxBitcoin when I was looking for BigInteger type for
Haxe and I did some test against other BigInteger implementation.
Your library is the best one from the performance stand point. It's faster
either from native Java implementation too!
Incredible work!
I want to add your BigInt implementation in Haxe standart library, but
Haxe use MIT license . Your library is licensed under the custom license .
Would it be possible for me to suggest your BigInt code under the Haxe MIT
license ( standart one use for all Haxe code) ?
If you agree, I can push a commit from my account or If you want, I can
prepeare commit and send to you , so you can suggest a commit under your
account (so your name will be as committer).
As I say, your implementation is supperior and I think BigInteger class
will boost our small Haxe ecosystem.
Thank you.
—
Reply to this email directly, view it on GitHub
<#4>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6GE3NSG2VJAEM74SLUBWLVSVR2DANCNFSM52ZLEGFA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you very much Chuck ! Thank you again. |
Hi Chuck! |
@cbatson I want to thank you again for your contribution. You have done a tremendous amount of work and I am sure many people will benefit from it after the PR merge I'm thinking of adding some of yours crypto/elliptic methods to the Haxe crypto lib ( https://github.com/haxefoundation/crypto ). Could you confirm that I have your permission to do so and relicense it under the MIT licence ? |
Hello @flashultra. Thank you for all your work on HaxeFoundation/haxe#10750 to get the tests passing on other platforms. I have not been paying too close attention to that PR, but please make sure any new methods have sufficient test coverage. I also made a comment on that PR requesting credit as the author if possible. Regarding the crypto/elliptic work, will it be possible to be credited in the source as the original author? If so then I agree to the inclusion and license change. Thank you. |
Hi @cbatson . About the credit as the author, I can't speak for the main Haxe repository as I'm not a main contributor there and I don't have merge rights , but I do have a such rights for a crypto repository . I think it would be no problem to add you as a author it in the crypto repository , but since it is under the Haxe wing I should ask before do it. So before I start with any work of such kind of implementation I will let you know Thank you again for allowing me to contribute you work to Haxe foundation! |
Hi @cbatson ! |
Yes that is perfect and fine with me. Thank you! |
Hi Chuck!
I saw your library hxBitcoin when I was looking for BigInteger type for Haxe and I did some test against other BigInteger implementation.
Your library is the best one from the performance stand point. It's faster either from native Java implementation too!
Incredible work!
I want to add your BigInt implementation in Haxe standart library, but Haxe use MIT license . Your library is licensed under the custom license .
Would it be possible for me to suggest your BigInt code under the Haxe MIT license ( standart one use for all Haxe code) ?
If you agree, I can push a commit from my account or If you want, I can prepeare commit and send to you , so you can suggest a commit under your account (so your name will be as committer).
As I say, your implementation is supperior and I think BigInteger class will boost our small Haxe ecosystem.
Thank you.
The text was updated successfully, but these errors were encountered: