Key derivation code: license/disclaimers

This commit is contained in:
mDuo13
2019-10-10 12:32:34 -07:00
parent e36b90d1d3
commit 6e550aff88
3 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
# Python Implementation from https://ed25519.cr.yp.to/software.html
# Adjusted to Python 3 syntax by rome@ripple.com
# Adjusted to Python 3 syntax by rome@ripple.com. The revisions are
# released to the public domain.
# Public domain software. This is a reference implementation that
# does not include recommended speed & security optimizations.