Code in this repository is licensed under the Apache 2.0 License. This may also be found in LICENSE, except those components described below:
These components are under their own licenses, which are included in the file (where a single file is appropriate) or in the file headers (where a single file is used):
This is curve25519-donna, available under the following terms: src/crypto/curve25519/LICENSE.TXT
This is Orson Peter's Portable Ed25519 implementation, licensed under the terms in: src/crypto/ed25519/LICENSE.TXT
Is used as part of the Ed25519 library to provide sha512. The files are
src/crypto/sha512.c
and corresponding include header, and are in the public
domain.
include/e4/pstdint.h
is Copyright (c) 2005-2016 Paul Hsieh under a two-clause BSD-like license, as
show in the file.
The code in [src/crypto/aes256enc_ref.c
] originates from code placed in the
public domain as part of the optimised reference implementation of AES. The
headers are left in tact.