public class SHA256 extends Object
Constructor and Description |
---|
SHA256() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
hash(byte[] contents) |
static byte[] |
hash(byte[] contents,
int offset,
int length) |
static byte[] |
hashTwice(byte[] contents) |
static byte[] |
hashTwice(byte[] contents,
int offset,
int length) |
Copyright © 2025. All rights reserved.