Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
RustCrypto
/
traits
Public
Notifications
You must be signed in to change notification settings
Fork
255
Star
757
Code
Issues
41
Pull requests
16
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Committing AEAD marker traits and generic constructions
- #1365
#1365
Closed
rlee287
wants to merge 12 commits into
RustCrypto:master
RustCrypto/traits:master
from
rlee287:committing_ae
rlee287/rustcrypto_traits:committing_ae
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
Committing AEAD marker traits and generic constructions
#1365
rlee287
wants to merge 12 commits into
RustCrypto:master
RustCrypto/traits:master
from
rlee287:committing_ae
rlee287/rustcrypto_traits:committing_ae
Copy head branch name to clipboard
Commits
Commits on Oct 22, 2023
Initial committing AE code, with marker traits and padding AEAD
Show description for ccced98
rlee287
committed
ccced98
View commit details
Copy full SHA for ccced98
Browse repository at this point
Documentation revisions and increase padding fix len to 3*key_size
rlee287
committed
3cc50a8
View commit details
Copy full SHA for 3cc50a8
Browse repository at this point
Add Cargo.{toml, lock} changes for CTX-like constructions
rlee287
committed
6e57855
View commit details
Copy full SHA for 6e57855
Browse repository at this point
Implementation of the encryption direction of CTX
rlee287
committed
d27e0f9
View commit details
Copy full SHA for d27e0f9
Browse repository at this point
Add a CtxishHmacAead committing AEAD construction
Show description for 157f343
rlee287
committed
157f343
View commit details
Copy full SHA for 157f343
Browse repository at this point
Commits on Oct 23, 2023
Fix padding AEAD impl to use the new offset of 3*key_size
rlee287
committed
e845ebc
View commit details
Copy full SHA for e845ebc
Browse repository at this point
Workshop the committing AEAD documentation text some more
rlee287
committed
86edabd
View commit details
Copy full SHA for 86edabd
Browse repository at this point
Commits on Oct 24, 2023
Change PaddedAEAD from AeadInPlace to Aead
Show description for 1f269a3
rlee287
committed
1f269a3
View commit details
Copy full SHA for 1f269a3
Browse repository at this point
Impl AeadMut for PaddedAead
Show description for 6e1de25
rlee287
committed
6e1de25
View commit details
Copy full SHA for 6e1de25
Browse repository at this point
Minor documentation updates
rlee287
committed
ea4de3d
View commit details
Copy full SHA for ea4de3d
Browse repository at this point
cargo fmt run
rlee287
committed
bcff7a8
View commit details
Copy full SHA for bcff7a8
Browse repository at this point
Fix clippy lints
rlee287
committed
cf801c3
View commit details
Copy full SHA for cf801c3
Browse repository at this point
You can’t perform that action at this time.