~singpolyma/biboumi

ref: 7b3e0e0cf3eddd3537455a3605b04a48ee663f47 biboumi/src/xmpp/auth.cpp -rw-r--r-- 182 bytes
7b3e0e0c — louiz’ Make botan’s policy configurable from a file 5 years ago
                                                                                
021f025c louiz’
99a4dded louiz’
021f025c louiz’
1
2
3
4
5
6
7
8
#include <xmpp/auth.hpp>

#include <utils/sha1.hpp>

std::string get_handshake_digest(const std::string& stream_id, const std::string& secret)
{
  return sha1(stream_id + secret);
}