UNPKG

@asoftwareworld/form-builder-pro

Version:

ASW Form Builder Pro helps you with rapid development and designed web forms which includes several controls. The key feature of Form Builder is to make your content attractive and effective. We can customize our control at run time and preview the same b

20 lines (19 loc) 429 B
export declare class SHA256 { static hash(msg: any): any; private static utf8Encode; /** * Rotates right (circular right shift) value x by n positions. * @private */ private static ROTR; /** * Logical functions * @private */ private static Σ0; private static Σ1; private static σ0; private static σ1; private static choice; private static majority; }