Fix "cryptolib" typo

This commit is contained in:
Miguel Oliveira 2023-07-18 21:12:20 -03:00
parent 0604359dbb
commit 91e6f32894

View file

@ -1,7 +1,7 @@
--- General utilities for handling byte strings.
local expect = require "cc.expect".expect
local random = require "cryptolib.random"
local random = require "ccryptolib.random"
local poly1305 = require "ccryptolib.poly1305"
--- Returns the hexadecimal version of a string.