Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Commits
8a2f502b
Commit
8a2f502b
authored
7 years ago
by
nanocryk
Browse files
Options
Downloads
Patches
Plain Diff
license headers
parent
bb3157b9
No related branches found
No related tags found
1 merge request
!3
License headers on top of each source file (and README)
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+22
-3
22 additions, 3 deletions
README.md
keys/ed25519.rs
+15
-0
15 additions, 0 deletions
keys/ed25519.rs
keys/lib.rs
+15
-0
15 additions, 0 deletions
keys/lib.rs
wotb/lib.rs
+15
-0
15 additions, 0 deletions
wotb/lib.rs
with
67 additions
and
3 deletions
README.md
+
22
−
3
View file @
8a2f502b
# What is Duniter ?
# duniter-rs
## What is Duniter
Duniter is a libre software allowing to create a new kind of P2P crypto-currencies based on individuals and a Universal Dividend.
it's inspired by [Bitcoin] and [OpenUDC] projects.
# What is `duniter-rs`
?
#
# What is `duniter-rs`
`duniter-rs`
is a new implementation of Duniter protocol and software in [Rust], a "safe, concurrent, practical language".
...
...
@@ -12,4 +14,21 @@ It's in active developpement but is not usable yet.
[
Bitcoin
]:
https://github.com/bitcoin/bitcoin
[
OpenUDC
]:
https://github.com/Open-UDC/open-udc
[
Rust
]:
https://www.rust-lang.org/fr-FR/
\ No newline at end of file
[
Rust
]:
https://www.rust-lang.org/fr-FR/
## License
Copyright (C) 2017 The Duniter Project Developers.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see
<https://www.gnu.org/licenses/>
.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
keys/ed25519.rs
+
15
−
0
View file @
8a2f502b
// Copyright (C) 2017 The Duniter Project Developers.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//! Provide wrappers around ed25519 keys and signatures
//!
//! Key pairs can be generated with [`KeyPairGenerator`].
...
...
This diff is collapsed.
Click to expand it.
keys/lib.rs
+
15
−
0
View file @
8a2f502b
// Copyright (C) 2017 The Duniter Project Developers.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//! Provide wrappers around public keys, private keys and signatures.
//!
//! - Keys can be converted to/from Base58 string format.
...
...
This diff is collapsed.
Click to expand it.
wotb/lib.rs
+
15
−
0
View file @
8a2f502b
// Copyright (C) 2017 The Duniter Project Developers.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//! `wotb` is a crate making "Web of Trust" computations for
//! the [Duniter] project.
//!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment