remove node_modules and .gitignore them
This commit is contained in:
-17
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
export declare class RawSha256 {
|
||||
private state;
|
||||
private temp;
|
||||
private buffer;
|
||||
private bufferLength;
|
||||
private bytesHashed;
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
finished: boolean;
|
||||
update(data: Uint8Array): void;
|
||||
digest(): Uint8Array;
|
||||
private hashBuffer;
|
||||
}
|
||||
Reference in New Issue
Block a user