Sha256
haxe.crypto.Sha256 (Class)
Creates a Sha256 of a String.
Static Members
make(b: haxe.io.Bytes): haxe.io.Bytes| Name | Type |
|---|---|
b |
haxe.io.Bytes |
| Returns |
|---|
| haxe.io.Bytes |
Private Members
bytes2blks(b: haxe.io.Bytes): Array<Int>| Name | Type |
|---|---|
b |
haxe.io.Bytes |
| Returns |
|---|
| Array<Int> |
| Name | Type |
|---|---|
m |
Array<Int> |
l |
Int |
| Returns |
|---|
| Array<Int> |
| Name | Type |
|---|---|
X |
Int |
n |
Int |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
X |
Int |
n |
Int |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
x |
Int |
y |
Int |
z |
Int |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
x |
Int |
y |
Int |
z |
Int |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
x |
Int |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
x |
Int |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
x |
Int |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
x |
Int |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
x |
Int |
y |
Int |
| Returns |
|---|
| Int |
new(): Void