floodyberry / ed25519-donna

Implementations of a fast Elliptic-curve Digital Signature Algorithm
169 stars 47 forks source link

No license attached to this code #24

Closed TomMD closed 9 years ago

TomMD commented 9 years ago

It is unclear what this code is licensed under - please clarify.

TomMD commented 9 years ago

Ahh, I see individual files are tagged as public domain. Seeing as at least something was probably borrowed from AGLs code should this also carry the google attribution due to the BSD3 license?

floodyberry commented 9 years ago

I'm not quite sure what to put for the license actually. agl's 64 bit version is the only one I have any code from (whatever I contributed to it, and curve25519_contract in my 32/64 bit versions I think), and it is marked as public domain. I don't mind marking the curve25519 code with the Google/BSD3 license, but I can't tell if it's necessary for not?

TomMD commented 9 years ago

Honestly I wouldn't have even opened the issue had I had the thought to check the file headers for the license, so I'll just close. For my purposes I'm using both curve25519-donna and ed25519-donna in order to support scalarmult (ecdh) too so I'll already be carrying the attribution.