sha512

Type:Object
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.crypto

Expose two function named “encrypt” that you can use to process your content using the sha512 algorithm

Example

import { sha512 } from '@blackbyte/sugar/crypto';
sha512.encrypt('hello world');

Todo

  • testsnormal