8#include <botan/bigint.h>
20 if(stream.flags() & std::ios::hex)
22 if(stream.flags() & std::ios::oct)
40 while(skip < enc.size() && enc[skip] ==
'0')
42 stream.write(&enc[skip], enc.size() - skip);
55 std::getline(stream, str);
56 if(stream.bad() || (stream.fail() && !stream.eof()))
std::string to_dec_string() const
std::string to_hex_string() const
int operator>>(int fd, Pipe &pipe)
int operator<<(int fd, Pipe &pipe)