PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Classes | Namespaces
sha256.hpp File Reference

Implementation of the SHA2-256 hashing algorithm. More...

#include <array>
#include <cstdint>
#include <string>
#include <type_traits>

Go to the source code of this file.

Classes

class  plssvm::detail::sha256
 A hashing struct used for sha256 hashing. More...
 

Namespaces

 plssvm
 The main namespace containing all public API functions.
 
 plssvm::detail
 Namespace containing implementation details. Should not directly be used by users.
 

Detailed Description

Implementation of the SHA2-256 hashing algorithm.

Author
Alexander Van Craen
Marcel Breyer
License
This file is part of the PLSSVM project which is released under the MIT license. See the LICENSE.md file in the project root for full license information.