BitShares Forum

Main => General Discussion => Topic started by: BTSdac on May 27, 2015, 03:40:08 pm

Title: question about private key of BTS
Post by: BTSdac on May 27, 2015, 03:40:08 pm
I read bts code recently ,but I am a newbee of code . so many question about it
I notice private class
just use this union to record private key ?
    union {
      T    _align;
      char _data;
}
Title: Re: question about private key of BTS
Post by: bytemaster on May 27, 2015, 05:09:55 pm
Those 8 bytes are a pointer to the private key which is 32 bytes.
Title: Re: question about private key of BTS
Post by: BTSdac on May 27, 2015, 10:51:30 pm
Those 8 bytes are a pointer to the private key which is 32 bytes.
thanks  +5%