changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/crypto/src/con.rs

changeset 8: 1227f932b628
author: ellis <ellis@rwest.io>
date: Tue, 17 Oct 2023 20:36:37 -0400
permissions: -rw-r--r--
description: rust import
1 pub const SECRET_KEY_LENGTH: usize = 32;
2 pub const PUBLIC_KEY_LENGTH: usize = 32;
3 //pub const KEYPAIR_LENGTH: usize = SECRET_KEY_LENGTH + PUBLIC_KEY_LENGTH; //
4 // 64usize pub const SIGNATURE_LENGTH: usize = 64;