changelog shortlog graph tags branches changeset files file revisions raw help

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

changeset 698: 96958d3eb5b0
parent: 1227f932b628
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
8
1227f932b628 rust import
ellis <ellis@rwest.io>
parents:
diff changeset
1
 pub const SECRET_KEY_LENGTH: usize = 32;
1227f932b628 rust import
ellis <ellis@rwest.io>
parents:
diff changeset
2
 pub const PUBLIC_KEY_LENGTH: usize = 32;
1227f932b628 rust import
ellis <ellis@rwest.io>
parents:
diff changeset
3
 //pub const KEYPAIR_LENGTH: usize = SECRET_KEY_LENGTH + PUBLIC_KEY_LENGTH; //
1227f932b628 rust import
ellis <ellis@rwest.io>
parents:
diff changeset
4
 // 64usize pub const SIGNATURE_LENGTH: usize = 64;