Nostrduino
Loading...
Searching...
No Matches
src
crypto
CryptoLock.h
Go to the documentation of this file.
1
#ifndef NOSTR_CRYPTO_LOCK_H
2
#define NOSTR_CRYPTO_LOCK_H
3
4
#include <mutex>
5
6
namespace
nostr
{
7
namespace
crypto {
8
std::mutex &
uBitcoinMutex
();
9
}
// namespace crypto
10
}
// namespace nostr
11
12
#endif
nostr::crypto::uBitcoinMutex
std::mutex & uBitcoinMutex()
Definition
CryptoLock.cpp:3
nostr
Definition
CryptoLock.h:6
Generated by
1.9.8