|
18 | 18 |
|
19 | 19 | package org.tron.common.crypto.cryptohash; |
20 | 20 |
|
| 21 | +/** |
| 22 | + * Copyright (c) 2007-2010 Projet RNRT SAPHIR |
| 23 | + * |
| 24 | + * Permission is hereby granted, free of charge, to any person obtaining |
| 25 | + * a copy of this software and associated documentation files (the |
| 26 | + * "Software"), to deal in the Software without restriction, including |
| 27 | + * without limitation the rights to use, copy, modify, merge, publish, |
| 28 | + * distribute, sublicense, and/or sell copies of the Software, and to |
| 29 | + * permit persons to whom the Software is furnished to do so, subject to |
| 30 | + * the following conditions: |
| 31 | + * |
| 32 | + * The above copyright notice and this permission notice shall be |
| 33 | + * included in all copies or substantial portions of the Software. |
| 34 | + * |
| 35 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 36 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 37 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 38 | + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 39 | + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 40 | + * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 41 | + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 42 | + */ |
| 43 | + |
| 44 | + |
21 | 45 | public interface Digest { |
22 | 46 |
|
23 | 47 | /** |
|
0 commit comments