Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
3145120
Topic
293602
Board
Development & Technical Discussion
Re: And the next code line is: ?
by
joshlang
on
13/09/2013, 14:51:45 UTC
Quote from: remotemass on September 13, 2013, 02:24:34 PM
http://www.stringfunction.com/hex-decimal.html
http://www.calculatorpro.com/calculator/modulo-calculator/
Block #257748 hash in decimal: 227538544328062966004888208644466284604660868282826408848828
227538544328062966004888208644466284604660868282826408848828 mod 12222 = 196
Line 196 is: BN_clear_free(this);
Can you comment a bit on this line of code, please?
BN_clear_free(this); // sets the memory for the bignumber to all zeroes and frees the memory, thereby saving many trees and dolphins in the process.