8#include <botan/bigint.h>
19 const auto stream_flags = stream.flags();
20 if(stream_flags & std::ios::oct)
23 const size_t base = (stream_flags & std::ios::hex) ? 16 : 10;
32 stream.write(enc.data(), enc.size());
45 std::getline(stream, str);
46 if(stream.bad() || (stream.fail() && !stream.eof()))
std::string to_dec_string() const
std::string to_hex_string() const
std::ostream & operator<<(std::ostream &out, const OID &oid)
int operator>>(int fd, Pipe &pipe)