Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dup-crypto-rs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab 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
modules
dup-crypto-rs
Commits
Commits · dev
dev
Select Git revision
Selected
dev
default
protected
Branches
4
feature/build-apple-silicon
elois/legacy-crypto-box
hotfix/0.8
elois/fix-empty-pubkey
Tags
13
v0.8.4
v0.13.0
v0.12.1
v0.8.3
v0.8.2
v0.12.0
v0.11.1
v0.8.1
v0.11.0
v0.10.0
v0.9.1
v0.9.0
v0.8.0
18 results
dup-crypto-rs
src
Author
Search by author
Any Author
authors
Cédric Moreau
c-geek
Hugo Trentesaux
HugoTrentesaux
Moul
moul
Pascal Engélibert
tuxmain
poka
pokapow
Éloïs
librelois
6 authors
Browse files
Apr 03, 2020
[feat] scrypt KDF can be optional
· e7247de6
Éloïs
authored
5 years ago
e7247de6
Mar 10, 2020
[fix] keys:ed25519: pubkey as_ref/to_bytes must be consistent with serde
· 8516ddde
Éloïs
authored
5 years ago
8516ddde
Mar 06, 2020
[feat] private_message: return sender public key
· 9cd41756
Éloïs
authored
5 years ago
9cd41756
Mar 05, 2020
[ref] comply to edition 2018 modules hierarchy
· 358766b3
Éloïs
authored
5 years ago
358766b3
Mar 04, 2020
[feat] add module private message encryption
· 86fa9833
Éloïs
authored
5 years ago
86fa9833
[feat] keys: handle x25519 algo and diffie hellman for internal uses
· b312dc44
Éloïs
authored
5 years ago
b312dc44
[fix] ed25519: pubkey from bytes: ensure bytes represent Edwards point
· 37a21e56
Éloïs
authored
5 years ago
37a21e56
Mar 03, 2020
[fix] handle pubkeys with too many leading zeros
· ad7ebf2b
Éloïs
authored
5 years ago
and
Éloïs
committed
5 years ago
ad7ebf2b
[ref] Ed25519KeyPair: remove useless method pubkey()
· 0a4c67e5
Éloïs
authored
5 years ago
0a4c67e5
Mar 01, 2020
[fix] base58: handle leading zero
· 003926dd
Éloïs
authored
5 years ago
003926dd
[fix] ed25519:pubkey don't have min size. empty pubkey must be supported
· 1a6bc8fe
Éloïs
authored
5 years ago
1a6bc8fe
Feb 29, 2020
[doc] create summary + add sha256 example
· 658224d8
Éloïs
authored
5 years ago
658224d8
[feat] dewif: add field currency
· d260efcf
Éloïs
authored
5 years ago
d260efcf
Feb 21, 2020
[ref] rand: make the rand module an optional feature
· aa3213a5
Éloïs
authored
5 years ago
aa3213a5
[feat] rand: generating an arbitrary number of random bytes
· 73ab1639
Éloïs
authored
5 years ago
73ab1639
Feb 19, 2020
[doc] dewif:read: replace explicit expect by `?`
· 7fe5368b
Éloïs
authored
5 years ago
7fe5368b
[ref] dewif:read: return Iterator instead of IntoIteratorr
· 08533b60
Éloïs
authored
5 years ago
08533b60
[doc] rework description and complete README
· 1af6165a
Éloïs
authored
5 years ago
1af6165a
[ref] rename module : dewip -> dewif
· 4dc000c5
Éloïs
authored
5 years ago
4dc000c5
[doc] move CHANGELOG at the root of the repository
· 9b712c5e
Éloïs
authored
5 years ago
9b712c5e
v0.9.0
· 4dc8d908
Éloïs
authored
5 years ago
4dc8d908
[doc] create CHANGELOG
· 77fd7c5e
Éloïs
authored
5 years ago
77fd7c5e
[feat] impl dewif
· 2ace7998
Éloïs
authored
5 years ago
2ace7998
[doc] update copyright
· e1a30828
Éloïs
authored
5 years ago
e1a30828
[feat] hashs: impl AsRef<[u8]> for Hash
· 8d471424
Éloïs
authored
5 years ago
8d471424
[feat] add aes256 encryption and decryption
· 4c7468ff
Éloïs
authored
5 years ago
and
Éloïs
committed
5 years ago
4c7468ff
[ref] generate_signator() cannot fail.
· 48348b42
Éloïs
authored
5 years ago
and
Éloïs
committed
5 years ago
48348b42
[style] comply clippy warnings
· 1881c2d5
Éloïs
authored
5 years ago
1881c2d5
[ref] ed25519: replace static by const for integer constants
· 38f00e21
Éloïs
authored
5 years ago
38f00e21
[fix] Ed25519KeyPair must not expose seed
· 2695c8bd
Éloïs
authored
5 years ago
2695c8bd
Feb 16, 2020
[ref] serde must be an optional feature
· ee19c485
Éloïs
authored
5 years ago
ee19c485
Initial commit
· 993ad9cc
Éloïs
authored
5 years ago
993ad9cc
Loading