Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HasherInterface

Interface HasherInterface defines ground rules for catapult hasher objects.

see

https://github.com/nemtech/NIP/issues/12

since

0.2.0

Hierarchy

  • HasherInterface

Index

Methods

finalize

  • finalize(r: Uint8Array): any

reset

  • reset(): any

update

  • update(d: Uint8Array): any

Generated using TypeDoc