- Notifications
You must be signed in to change notification settings - Fork11
Review and verification of Brotli compressed data format specification.
License
NotificationsYou must be signed in to change notification settings
madler/brotli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Brotli specification review and verificationThis project reviews and comments on the Brotli specification, and verifiesthe specification by constructing and testing a compliant decoder using onlythe information provided in the specification. The compliant decoder is notintended to be efficient, but rather illustrative of the compressed dataformat.Copyright 2015, 2016 Mark AdlerLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.