• 1.0.0 8718556a6f

    jackhadrill released this 2022-01-31 01:09:08 +00:00 | 14 commits to master since this release

    Romulus-JS v1.0.0

    Exports an encryption and decryption function for the Romulus-M cryptography specification.

    Encryption interface

    encrypt(message: Buffer, associatedData: Buffer, nonce: Buffer, key: Buffer): Buffer
    

    Decryption interface

    decrypt(ciphertext: Buffer, associatedData: Buffer, nonce: Buffer, key: Buffer): Buffer
    
    Downloads