// Copyright 2025 Cypheron Labs, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
pub const FALCON_LOGN: usize = 9;
pub const FALCON_PUBLIC: usize = 897;
pub const FALCON_SECRET: usize = 1281;
pub const FALCON_SIGNATURE: usize = 752;
pub const FALCON_SIG_COMPRESSED: i32 = 1;
pub const FALCON_TMPSIZE_KEYGEN: usize = 15879;
pub const FALCON_TMPSIZE_SIGNDYN: usize = 39943;
pub const FALCON_TMPSIZE_VERIFY: usize = 4097;