chore: update copyright headers to SPDX format and code cleanup #3

Merged
breakingbread merged 2 commits from chore/copyright-cleanup into master 2026-07-01 20:48:44 +02:00
Showing only changes of commit 289f374426 - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ use crate::errors::{InternalError, ProtocolError};
use crate::hash::{Hash, OutputSize, ProxyHash};
use crate::key_exchange::group::Group;
use crate::keypair::{KeyPair, PrivateKey, PublicKey};
use crate::serialization::{SliceExt, UpdateExt, i2osp, ConcatExt};
use crate::serialization::{ConcatExt, SliceExt, UpdateExt, i2osp};
///////////////
// Constants //