Popular repositories Loading
-
-
rustrush-crypto-workshop
rustrush-crypto-workshop PublicRustRush pure-Rust cryptography workshop
1,156 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 1 repository
-
newpavlov/tii-workshop-2025
Rust
This contribution was made on Apr 14
Created a pull request in RustCrypto/traits that received 3 comments
digest: remove AssociatedOid
blanket impls for wrappers
Together with #1799 users would need to implement AssociatedOid
manually on created newtypes.
Also replaces feature = "const-oid"
with feature = "oid"
+24
−66
lines changed
•
3
comments
Opened 19 other pull requests in 8 repositories
RustCrypto/utils
1
open
4
merged
-
blobby: add encode and decode bin utils
This contribution was made on Apr 17
-
inout: use
core::ptr::eq
This contribution was made on Apr 15 -
zeroize: remove explicit passing of the docsrs configuration flag
This contribution was made on Apr 8
-
digest-io: minor fixes
This contribution was made on Apr 7
-
digest-io: initial implementation
This contribution was made on Apr 4
rust-random/getrandom
3
merged
-
changelog: fix v0.3.3 link
This contribution was made on Apr 17
-
ci: remove DragonFly BSD VM job
This contribution was made on Apr 13
-
ci: re-enable NetBSD VM job
This contribution was made on Apr 13
RustCrypto/stream-ciphers
3
merged
-
ci: fix Dependabot config
This contribution was made on Apr 11
-
ci: use Dependabot to update Cargo.lock
This contribution was made on Apr 11
-
Use the standard order of the
[package]
section fieldsThis contribution was made on Apr 11
newpavlov/tii-workshop-2025
2
merged
-
Add slides
This contribution was made on Apr 15
-
Add p12
This contribution was made on Apr 14
RustCrypto/hashes
1
merged
1
open
-
Remove explicit passing of the
docsrs
configuration flagThis contribution was made on Apr 8 -
Migrate to
digest::newtype!
This contribution was made on Apr 7
RustCrypto/traits
2
merged
-
Remove explicit passing of the
docsrs
configuration flagThis contribution was made on Apr 8 -
digest: move
std::io
stuff todigest-io
This contribution was made on Apr 4
RustCrypto/password-hashes
1
merged
-
ci: update all upstream dependencies with Dependabot
This contribution was made on Apr 18
RustCrypto/KDFs
1
merged
-
ci: add typos job
This contribution was made on Apr 2
Reviewed 47 pull requests in 20 repositories
bubka42/rust-training-apr25
11 pull requests
-
P52
This contribution was made on Apr 18
-
P44
This contribution was made on Apr 18
-
Create crate p44 and add module biguint
This contribution was made on Apr 18
-
Create crate p42 and add module song
This contribution was made on Apr 18
-
Create crate p34, add BigUInt4096 struct with add, sub, mul
This contribution was made on Apr 17
-
Update workspace.yml
This contribution was made on Apr 17
-
Create crate p32 and add modules bank and shapes
This contribution was made on Apr 17
-
Create crate p24 and module refs and main.rs
This contribution was made on Apr 16
-
Add module tictac to crate p22
This contribution was made on Apr 16
-
Create crate p22 and add calc module to it
This contribution was made on Apr 15
-
Update p12
This contribution was made on Apr 14
dchandranan/rust_training
4 pull requests
-
Added p32 with bank model
This contribution was made on Apr 18
-
Added crate p24, added references
This contribution was made on Apr 16
-
Add P22 lbrary to workspace
This contribution was made on Apr 16
-
Added p12
This contribution was made on Apr 15
rust-random/book
3 pull requests
-
Fix gh-pages deployment source
This contribution was made on Apr 1
-
Update reproducibility guarantees
This contribution was made on Apr 1
-
Fix guide links; guide tweaks
This contribution was made on Apr 1
ReeZee/otus-hw
3 pull requests
-
Lesson 18
This contribution was made on Apr 13
-
Finish lesson-10
This contribution was made on Apr 13
-
Finish lesson-09
This contribution was made on Apr 13
RustCrypto/traits
3 pull requests
-
elliptic-curve: bump ff and group to pre-releases
This contribution was made on Apr 18
-
aead: add explicit nonce API
This contribution was made on Apr 14
-
Add
XofFixedWrapper
This contribution was made on Apr 14
pradeep-tii/rust-training
2 pull requests
-
P22
This contribution was made on Apr 17
-
Initial commit with p12 folder
This contribution was made on Apr 15
Cyxapuk-dev/otus-HW
2 pull requests
-
Add files via upload
This contribution was made on Apr 13
-
Add files via upload
This contribution was made on Apr 13
rust-random/rand
2 pull requests
-
Prepare rand v0.9.1
This contribution was made on Apr 17
-
Fix documentation of fns rand_core::le::read_u*_into
This contribution was made on Apr 10
rrajbe/fib_bench_test
1 pull request
-
Test cargo bench
This contribution was made on Apr 15
marco-palumbi/new-workshop
1 pull request
-
p12 projec
This contribution was made on Apr 14
p-huynh/tii-rust-workshop-paul
1 pull request
-
pushing p12
This contribution was made on Apr 14
sergirovira/tii-workshop
1 pull request
-
added p12
This contribution was made on Apr 14
rrajbe/tii-workshop-2025
1 pull request
-
Initial workflow
This contribution was made on Apr 14
mohamedarafat1994/rust-workshop
1 pull request
-
P12
This contribution was made on Apr 14
jpdega/rust_train
1 pull request
-
redid
This contribution was made on Apr 14
juaninf/tii-workshop-2025
1 pull request
-
test
This contribution was made on Apr 14
CheshirskiyCat/otus-rust-course
1 pull request
-
HW-4 library
This contribution was made on Apr 13
RustCrypto/KDFs
1 pull request
-
ci: add typos job
This contribution was made on Apr 2
Created an issue in rust-lang/rust that received 10 comments
Tracking Issue for exact_div
Feature gate: #![feature(exact_div)]
This is a tracking issue for exact division methods (i.e. for division without remainder) on primitive integer…
1 of 4 tasks
Opened 1 other issue in 1 repository
SiMohamedRachidi/rust_training
1
open
-
Wrong structure of the repository
This contribution was made on Apr 14