Read ref bytes
- License
 - Botan is released under the Simplified BSD License (see LICENSE.md)
 
ubyte  get_byte(T)(size_t byte_num, T input);
 
Byte extraction
- Parameters
 | size_t byte_num | 
which ubyte to extract, 0 == highest ubyte | 
| T input | 
the value to extract from | 
 
- Returns
 - ubyte byte_num of input