RetroShare/libretroshare/src/crypto
Phenom 1839d23df1 Fix Gcc Warning hashstream.h
/libretroshare/src/crypto/hashstream.cc:38: warning: friend declaration
‘template<class T> librs::crypto::HashStream&
librs::crypto::operator<<(librs::crypto::HashStream&, const T&)’ is not
visible to explicit specialization
  HashStream& operator<<(HashStream& u,const std::string& s)
/libretroshare/src/crypto/hashstream.cc:44: warning: friend declaration
‘template<class T> librs::crypto::HashStream&
librs::crypto::operator<<(librs::crypto::HashStream&, const T&)’ is not
visible to explicit specialization
  HashStream& operator<<(HashStream& u,const uint64_t& n)
/libretroshare/src/crypto/hashstream.cc:58: warning: friend declaration
‘template<class T> librs::crypto::HashStream&
librs::crypto::operator<<(librs::crypto::HashStream&, const T&)’ is not
visible to explicit specialization
  HashStream& operator<<(HashStream& u,const uint32_t& n)
/libretroshare/src/crypto/hashstream.cc:72: warning: friend declaration
‘template<class T> librs::crypto::HashStream&
librs::crypto::operator<<(librs::crypto::HashStream&, const T&)’ is not
visible to explicit specialization
  HashStream& operator<<(HashStream& u,const uint8_t& n)
2018-09-30 15:10:40 +02:00
..
chacha20.cpp fixed license in chat, crypto, dht, file_sharing 2018-05-21 20:50:38 +02:00
chacha20.h license fix in pqi 2018-05-28 22:03:39 +02:00
hashstream.cc license fix in pqi 2018-05-28 22:03:39 +02:00
hashstream.h Fix Gcc Warning hashstream.h 2018-09-30 15:10:40 +02:00
rsaes.cc relicensed util/ and moved rsaes to crypto/ 2018-05-30 21:34:38 +02:00
rsaes.h relicensed util/ and moved rsaes to crypto/ 2018-05-30 21:34:38 +02:00
rscrypto.cpp turned turtle encryption routine into a generic authenticated encryption method in librs::crypto 2018-06-28 10:01:57 +02:00
rscrypto.h turned turtle encryption routine into a generic authenticated encryption method in librs::crypto 2018-06-28 10:01:57 +02:00