Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

`decrypt_session_key` does not exist but is referred

Abierto
#565 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
1/5
Tiempo estimado
1-3 horas
Aptitud para principiantes
45/100
Tipo de issue
Documentación
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
rust
Área
cryptography

Línea de trabajo

Search the decrypt_session_key references in algorithms/pkcs1v15.rs, algorithms/oaep.rs, oaep.rs, and pkcs1v15.rs. Read the surrounding documentation and identify the intended existing guidance or API; done means the references no longer point to a nonexistent item and the security explanation remains clear.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

/// Decrypts a plaintext using RSA and the padding scheme from PKCS#1 v1.5.                                          
///                                                                                                                  
/// If an `rng` is passed, it uses RSA blinding to avoid timing side-channel attacks.                                
///                                                                                                                  
/// Note that whether this function returns an error or not discloses secret                                         
/// information. If an attacker can cause this function to run repeatedly and                                        
/// learn whether each instance returned an error then they can decrypt and                                          
/// forge signatures as if they had the private key. See                                                             
/// `decrypt_session_key` for a way of solving this problem.  

It's in bunch of places

algorithms/pkcs1v15.rs:/// `decrypt_session_key` for a way of solving this problem.
algorithms/oaep.rs:/// See `decrypt_session_key` for a way of solving this problem.
algorithms/oaep.rs:/// See `decrypt_session_key` for a way of solving this problem.
oaep.rs:/// See `decrypt_session_key` for a way of solving this problem.
oaep.rs:/// See `decrypt_session_key` for a way of solving this problem.
pkcs1v15.rs:/// `decrypt_session_key` for a way of solving this problem.

Might want to clarify this.

Lenguaje dominante
Rust
Estrellas
673
Forks
190
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de RustCrypto/RSA

Todos los issues de RustCrypto/RSA

Issues similares

Más issues de Rust

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.