9 lines
189 B
C++
9 lines
189 B
C++
|
/***
|
||
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||
|
|
||
|
File: BCrypt.cpp
|
||
|
Date: 2022-9-15
|
||
|
Author: Reece
|
||
|
***/
|
||
|
|
||
|
#include <Aurora/Crypto/BCrypt/BCrypt.hpp>
|