8 #include <botan/bigint.h>    19    if(stream.flags() & std::ios::hex)
    21    else if(stream.flags() & std::ios::oct)
    32       while(buffer[skip] == 
'0' && skip < buffer.
size())
    34       stream.write(reinterpret_cast<const char*>(&buffer[0]) + skip,
    35                    buffer.
size() - skip);
    48    std::getline(stream, str);
    49    if(stream.bad() || (stream.fail() && !stream.eof()))
 
static SecureVector< byte > encode(const BigInt &n, Base base=Binary)
int operator>>(int fd, Pipe &pipe)
int operator<<(int fd, Pipe &pipe)