Skip to content

Commit

Permalink
added missing file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed May 9, 2024
1 parent 61727c5 commit 0caa34b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions air/src/air/aux.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.

use alloc::{string::ToString, vec::Vec};

use crypto::{ElementHasher, RandomCoin, RandomCoinError};
Expand Down

0 comments on commit 0caa34b

Please sign in to comment.