github.com/mutagen-io/mutagen@v0.18.0-rc1/sspl/pkg/hashing/xxh128/doc.go (about) 1 // Copyright (c) 2023-present Mutagen IO, Inc. 2 // 3 // This program is free software: you can redistribute it and/or modify it under 4 // the terms of the Server Side Public License, version 1, as published by 5 // MongoDB, Inc. 6 // 7 // This program is distributed in the hope that it will be useful, but WITHOUT 8 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 9 // FOR A PARTICULAR PURPOSE. See the Server Side Public License for more 10 // details. 11 // 12 // You should have received a copy of the Server Side Public License along with 13 // this program. If not, see 14 // <http://www.mongodb.com/licensing/server-side-public-license>. 15 16 // Package xxh128 provides an adapter for XXH128 hashing. 17 package xxh128 18 19 // NOTE: The mutagensspl build tag has been intentionally omitted from this file 20 // in order for go fmt to operate on the other files in this directory: 21 // 22 // https://github.com/golang/go/issues/4007#issuecomment-66069684