Example #1
0
//returns an infinite key
CKey InfiniteKey()
{
    CKey key;
    key.SetKeytoInfinity();
    return key;
}