I used the following command : keccak256('abc', 'pqr', 123); I get a value once I run this. How many bit value is this?
Asked
Active
Viewed 1.3k times
6
-
1Maybe you want to ask this on http://ethereum.stackexchange.com/ – Thomas Weller Nov 21 '16 at 07:41
-
Never mind the output length, what values does it use for bitrate, capacity, and domain suffix? – Bobulous May 24 '17 at 08:43
1 Answers
6
Keccak-256 in Solidity returns a 32 byte array (which could also be represented as a 256 bit string), as described in the Solidity Documentation.

bekah
- 393
- 2
- 8