comparison src/main/java/christie/blockchain/HashUtil.java @ 110:eab161e557bd

fix Refactor
author akahori
date Mon, 19 Nov 2018 12:31:36 +0900
parents 691017a550d0
children 0ef25958ac04
comparison
equal deleted inserted replaced
109:2e64b927388c 110:eab161e557bd
40 throw new NullPointerException("Can't ripemd160 input is null."); 40 throw new NullPointerException("Can't ripemd160 input is null.");
41 } 41 }
42 return resBuf; 42 return resBuf;
43 } 43 }
44 44
45
46
45 } 47 }