mirror of
https://github.com/boostorg/hash2.git
synced 2026-01-21 04:52:19 +00:00
29 lines
635 B
Plaintext
29 lines
635 B
Plaintext
////
|
|
Copyright 2020 Peter Dimov
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
https://www.boost.org/LICENSE_1_0.txt
|
|
////
|
|
|
|
# Hash2: An Extensible Hashing Framework
|
|
Peter Dimov; Christian Mazakas
|
|
:toc: left
|
|
:toclevels: 4
|
|
:idprefix:
|
|
:docinfo: private-footer
|
|
:source-highlighter: rouge
|
|
:source-language: c++
|
|
:sectanchors:
|
|
|
|
:leveloffset: +1
|
|
|
|
include::hash2/overview.adoc[]
|
|
include::hash2/changes.adoc[]
|
|
include::hash2/hashing_bytes.adoc[]
|
|
include::hash2/hashing_objects.adoc[]
|
|
include::hash2/examples.adoc[]
|
|
include::hash2/implementation.adoc[]
|
|
include::hash2/reference.adoc[]
|
|
include::hash2/copyright.adoc[]
|
|
|
|
:leveloffset: -1
|