You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. export default class Sha512 {
  2. hash: any;
  3. constructor();
  4. add(bytes: any): this;
  5. addU32(i: any): this;
  6. finish(): any;
  7. first256(): any;
  8. first256BN(): any;
  9. }
  10. //# sourceMappingURL=Sha512.d.ts.map