小程序使用 crypto, 报如下问题

    1. // randombytes 中报错
    2. Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11
    3. // 处理后,crypto-js 中报错
    4. Native crypto module could not be used to get secure random number.

    因依赖包不兼容小程序运行环境,所以需要对算法的底层实现,做小程序兼容处理