Move internal module notice into long description

This commit is contained in:
Miguel Oliveira 2022-03-05 13:43:19 -03:00
parent fc5a35c404
commit 671087dd0e
No known key found for this signature in database
GPG key ID: 2C2BE789E1377025
4 changed files with 28 additions and 3 deletions

View file

@ -1,4 +1,11 @@
--- Arithmetic on Curve25519's base field (unstable, for internal use only). --- Arithmetic on Curve25519's base field.
--
-- :::note Internal Module
-- This module is meant for internal use within the library. Its API is unstable
-- and subject to change without major version bumps.
-- :::
--
-- <br />
-- --
-- @module[kind=internal] internal.fp -- @module[kind=internal] internal.fp
-- --

View file

@ -1,4 +1,11 @@
--- Arithmetic on Curve25519's scalar field (unstable, for internal use only). --- Arithmetic on Curve25519's scalar field.
--
-- :::note Internal Module
-- This module is meant for internal use within the library. Its API is unstable
-- and subject to change without major version bumps.
-- :::
--
-- <br />
-- --
-- @module[kind=internal] internal.fq -- @module[kind=internal] internal.fq
-- --

View file

@ -1,4 +1,11 @@
--- The SHA512 cryptographic hash function (unstable, for internal use only). --- The SHA512 cryptographic hash function.
--
-- :::note Internal Module
-- This module is meant for internal use within the library. Its API is unstable
-- and subject to change without major version bumps.
-- :::
--
-- <br />
-- --
-- @module[kind=internal] internal.sha512 -- @module[kind=internal] internal.sha512
-- --

View file

@ -91,3 +91,7 @@ pre.highlight.highlight-lua {
.titlebar { height: 20px; } .titlebar { height: 20px; }
.titlebar-close { font-size: 7px; } .titlebar-close { font-size: 7px; }
} }
.admonition-heading span {
display: none;
}