Can I port the hashing algorithm to D? #212
Answered
by
tkaitchuck
ZILtoid1991
asked this question in
Q&A
-
If yes, do I have to transfer the MIT/Apache license to my project? |
Beta Was this translation helpful? Give feedback.
Answered by
tkaitchuck
Mar 4, 2024
Replies: 1 comment
-
I would recommend starting with just the fallback algorithm using folded multiply. This is the most general. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tkaitchuck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would recommend starting with just the fallback algorithm using folded multiply. This is the most general.
The licences apply to all the code in the repo. But take a look at the licences for the specific terms, they are fairly permissive.