xref: /aosp_15_r20/external/scrypt/NOTICE (revision cd192fa97f712aaa0b7692ec7c6cc9c7ad6c8620)
1*cd192fa9SAndroid Build Coastguard Worker/*-
2*cd192fa9SAndroid Build Coastguard Worker * Copyright 2009 Colin Percival
3*cd192fa9SAndroid Build Coastguard Worker * All rights reserved.
4*cd192fa9SAndroid Build Coastguard Worker *
5*cd192fa9SAndroid Build Coastguard Worker * Redistribution and use in source and binary forms, with or without
6*cd192fa9SAndroid Build Coastguard Worker * modification, are permitted provided that the following conditions
7*cd192fa9SAndroid Build Coastguard Worker * are met:
8*cd192fa9SAndroid Build Coastguard Worker * 1. Redistributions of source code must retain the above copyright
9*cd192fa9SAndroid Build Coastguard Worker *    notice, this list of conditions and the following disclaimer.
10*cd192fa9SAndroid Build Coastguard Worker * 2. Redistributions in binary form must reproduce the above copyright
11*cd192fa9SAndroid Build Coastguard Worker *    notice, this list of conditions and the following disclaimer in the
12*cd192fa9SAndroid Build Coastguard Worker *    documentation and/or other materials provided with the distribution.
13*cd192fa9SAndroid Build Coastguard Worker *
14*cd192fa9SAndroid Build Coastguard Worker * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15*cd192fa9SAndroid Build Coastguard Worker * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16*cd192fa9SAndroid Build Coastguard Worker * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17*cd192fa9SAndroid Build Coastguard Worker * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18*cd192fa9SAndroid Build Coastguard Worker * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19*cd192fa9SAndroid Build Coastguard Worker * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20*cd192fa9SAndroid Build Coastguard Worker * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21*cd192fa9SAndroid Build Coastguard Worker * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22*cd192fa9SAndroid Build Coastguard Worker * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23*cd192fa9SAndroid Build Coastguard Worker * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24*cd192fa9SAndroid Build Coastguard Worker * SUCH DAMAGE.
25*cd192fa9SAndroid Build Coastguard Worker *
26*cd192fa9SAndroid Build Coastguard Worker * This file was originally written by Colin Percival as part of the Tarsnap
27*cd192fa9SAndroid Build Coastguard Worker * online backup system.
28*cd192fa9SAndroid Build Coastguard Worker */
29*cd192fa9SAndroid Build Coastguard Worker
30*cd192fa9SAndroid Build Coastguard Worker/*
31*cd192fa9SAndroid Build Coastguard Worker * version 20110505
32*cd192fa9SAndroid Build Coastguard Worker * D. J. Bernstein
33*cd192fa9SAndroid Build Coastguard Worker * Public domain.
34*cd192fa9SAndroid Build Coastguard Worker *
35*cd192fa9SAndroid Build Coastguard Worker * Based on crypto_core/salsa208/armneon/core.c from SUPERCOP 20130419
36*cd192fa9SAndroid Build Coastguard Worker */
37