RsaMode

Trait RsaMode 

Source
pub trait RsaMode: Sealed {
    type InputType: AsRef<[u32]> + AsMut<[u32]>;
}
Expand description

Defines the input size of an RSA operation.

Required Associated Types§

Source

type InputType: AsRef<[u32]> + AsMut<[u32]>

The input data type used for the operation.

Implementors§

Source§

impl RsaMode for Op32

Available on crate feature unstable only.
Source§

type InputType = [u32; 1]

Source§

impl RsaMode for Op64

Available on crate feature unstable only.
Source§

type InputType = [u32; 2]

Source§

impl RsaMode for Op96

Available on crate feature unstable only.
Source§

type InputType = [u32; 3]

Source§

impl RsaMode for Op128

Available on crate feature unstable only.
Source§

type InputType = [u32; 4]

Source§

impl RsaMode for Op160

Available on crate feature unstable only.
Source§

type InputType = [u32; 5]

Source§

impl RsaMode for Op192

Available on crate feature unstable only.
Source§

type InputType = [u32; 6]

Source§

impl RsaMode for Op224

Available on crate feature unstable only.
Source§

type InputType = [u32; 7]

Source§

impl RsaMode for Op256

Available on crate feature unstable only.
Source§

type InputType = [u32; 8]

Source§

impl RsaMode for Op288

Available on crate feature unstable only.
Source§

type InputType = [u32; 9]

Source§

impl RsaMode for Op320

Available on crate feature unstable only.
Source§

type InputType = [u32; 10]

Source§

impl RsaMode for Op352

Available on crate feature unstable only.
Source§

type InputType = [u32; 11]

Source§

impl RsaMode for Op384

Available on crate feature unstable only.
Source§

type InputType = [u32; 12]

Source§

impl RsaMode for Op416

Available on crate feature unstable only.
Source§

type InputType = [u32; 13]

Source§

impl RsaMode for Op448

Available on crate feature unstable only.
Source§

type InputType = [u32; 14]

Source§

impl RsaMode for Op480

Available on crate feature unstable only.
Source§

type InputType = [u32; 15]

Source§

impl RsaMode for Op512

Available on crate feature unstable only.
Source§

type InputType = [u32; 16]

Source§

impl RsaMode for Op544

Available on crate feature unstable only.
Source§

type InputType = [u32; 17]

Source§

impl RsaMode for Op576

Available on crate feature unstable only.
Source§

type InputType = [u32; 18]

Source§

impl RsaMode for Op608

Available on crate feature unstable only.
Source§

type InputType = [u32; 19]

Source§

impl RsaMode for Op640

Available on crate feature unstable only.
Source§

type InputType = [u32; 20]

Source§

impl RsaMode for Op672

Available on crate feature unstable only.
Source§

type InputType = [u32; 21]

Source§

impl RsaMode for Op704

Available on crate feature unstable only.
Source§

type InputType = [u32; 22]

Source§

impl RsaMode for Op736

Available on crate feature unstable only.
Source§

type InputType = [u32; 23]

Source§

impl RsaMode for Op768

Available on crate feature unstable only.
Source§

type InputType = [u32; 24]

Source§

impl RsaMode for Op800

Available on crate feature unstable only.
Source§

type InputType = [u32; 25]

Source§

impl RsaMode for Op832

Available on crate feature unstable only.
Source§

type InputType = [u32; 26]

Source§

impl RsaMode for Op864

Available on crate feature unstable only.
Source§

type InputType = [u32; 27]

Source§

impl RsaMode for Op896

Available on crate feature unstable only.
Source§

type InputType = [u32; 28]

Source§

impl RsaMode for Op928

Available on crate feature unstable only.
Source§

type InputType = [u32; 29]

Source§

impl RsaMode for Op960

Available on crate feature unstable only.
Source§

type InputType = [u32; 30]

Source§

impl RsaMode for Op992

Available on crate feature unstable only.
Source§

type InputType = [u32; 31]

Source§

impl RsaMode for Op1024

Available on crate feature unstable only.
Source§

type InputType = [u32; 32]

Source§

impl RsaMode for Op1056

Available on crate feature unstable only.
Source§

type InputType = [u32; 33]

Source§

impl RsaMode for Op1088

Available on crate feature unstable only.
Source§

type InputType = [u32; 34]

Source§

impl RsaMode for Op1120

Available on crate feature unstable only.
Source§

type InputType = [u32; 35]

Source§

impl RsaMode for Op1152

Available on crate feature unstable only.
Source§

type InputType = [u32; 36]

Source§

impl RsaMode for Op1184

Available on crate feature unstable only.
Source§

type InputType = [u32; 37]

Source§

impl RsaMode for Op1216

Available on crate feature unstable only.
Source§

type InputType = [u32; 38]

Source§

impl RsaMode for Op1248

Available on crate feature unstable only.
Source§

type InputType = [u32; 39]

Source§

impl RsaMode for Op1280

Available on crate feature unstable only.
Source§

type InputType = [u32; 40]

Source§

impl RsaMode for Op1312

Available on crate feature unstable only.
Source§

type InputType = [u32; 41]

Source§

impl RsaMode for Op1344

Available on crate feature unstable only.
Source§

type InputType = [u32; 42]

Source§

impl RsaMode for Op1376

Available on crate feature unstable only.
Source§

type InputType = [u32; 43]

Source§

impl RsaMode for Op1408

Available on crate feature unstable only.
Source§

type InputType = [u32; 44]

Source§

impl RsaMode for Op1440

Available on crate feature unstable only.
Source§

type InputType = [u32; 45]

Source§

impl RsaMode for Op1472

Available on crate feature unstable only.
Source§

type InputType = [u32; 46]

Source§

impl RsaMode for Op1504

Available on crate feature unstable only.
Source§

type InputType = [u32; 47]

Source§

impl RsaMode for Op1536

Available on crate feature unstable only.
Source§

type InputType = [u32; 48]

Source§

impl RsaMode for Op1568

Available on crate feature unstable only.
Source§

type InputType = [u32; 49]

Source§

impl RsaMode for Op1600

Available on crate feature unstable only.
Source§

type InputType = [u32; 50]

Source§

impl RsaMode for Op1632

Available on crate feature unstable only.
Source§

type InputType = [u32; 51]

Source§

impl RsaMode for Op1664

Available on crate feature unstable only.
Source§

type InputType = [u32; 52]

Source§

impl RsaMode for Op1696

Available on crate feature unstable only.
Source§

type InputType = [u32; 53]

Source§

impl RsaMode for Op1728

Available on crate feature unstable only.
Source§

type InputType = [u32; 54]

Source§

impl RsaMode for Op1760

Available on crate feature unstable only.
Source§

type InputType = [u32; 55]

Source§

impl RsaMode for Op1792

Available on crate feature unstable only.
Source§

type InputType = [u32; 56]

Source§

impl RsaMode for Op1824

Available on crate feature unstable only.
Source§

type InputType = [u32; 57]

Source§

impl RsaMode for Op1856

Available on crate feature unstable only.
Source§

type InputType = [u32; 58]

Source§

impl RsaMode for Op1888

Available on crate feature unstable only.
Source§

type InputType = [u32; 59]

Source§

impl RsaMode for Op1920

Available on crate feature unstable only.
Source§

type InputType = [u32; 60]

Source§

impl RsaMode for Op1952

Available on crate feature unstable only.
Source§

type InputType = [u32; 61]

Source§

impl RsaMode for Op1984

Available on crate feature unstable only.
Source§

type InputType = [u32; 62]

Source§

impl RsaMode for Op2016

Available on crate feature unstable only.
Source§

type InputType = [u32; 63]

Source§

impl RsaMode for Op2048

Available on crate feature unstable only.
Source§

type InputType = [u32; 64]

Source§

impl RsaMode for Op2080

Available on crate feature unstable only.
Source§

type InputType = [u32; 65]

Source§

impl RsaMode for Op2112

Available on crate feature unstable only.
Source§

type InputType = [u32; 66]

Source§

impl RsaMode for Op2144

Available on crate feature unstable only.
Source§

type InputType = [u32; 67]

Source§

impl RsaMode for Op2176

Available on crate feature unstable only.
Source§

type InputType = [u32; 68]

Source§

impl RsaMode for Op2208

Available on crate feature unstable only.
Source§

type InputType = [u32; 69]

Source§

impl RsaMode for Op2240

Available on crate feature unstable only.
Source§

type InputType = [u32; 70]

Source§

impl RsaMode for Op2272

Available on crate feature unstable only.
Source§

type InputType = [u32; 71]

Source§

impl RsaMode for Op2304

Available on crate feature unstable only.
Source§

type InputType = [u32; 72]

Source§

impl RsaMode for Op2336

Available on crate feature unstable only.
Source§

type InputType = [u32; 73]

Source§

impl RsaMode for Op2368

Available on crate feature unstable only.
Source§

type InputType = [u32; 74]

Source§

impl RsaMode for Op2400

Available on crate feature unstable only.
Source§

type InputType = [u32; 75]

Source§

impl RsaMode for Op2432

Available on crate feature unstable only.
Source§

type InputType = [u32; 76]

Source§

impl RsaMode for Op2464

Available on crate feature unstable only.
Source§

type InputType = [u32; 77]

Source§

impl RsaMode for Op2496

Available on crate feature unstable only.
Source§

type InputType = [u32; 78]

Source§

impl RsaMode for Op2528

Available on crate feature unstable only.
Source§

type InputType = [u32; 79]

Source§

impl RsaMode for Op2560

Available on crate feature unstable only.
Source§

type InputType = [u32; 80]

Source§

impl RsaMode for Op2592

Available on crate feature unstable only.
Source§

type InputType = [u32; 81]

Source§

impl RsaMode for Op2624

Available on crate feature unstable only.
Source§

type InputType = [u32; 82]

Source§

impl RsaMode for Op2656

Available on crate feature unstable only.
Source§

type InputType = [u32; 83]

Source§

impl RsaMode for Op2688

Available on crate feature unstable only.
Source§

type InputType = [u32; 84]

Source§

impl RsaMode for Op2720

Available on crate feature unstable only.
Source§

type InputType = [u32; 85]

Source§

impl RsaMode for Op2752

Available on crate feature unstable only.
Source§

type InputType = [u32; 86]

Source§

impl RsaMode for Op2784

Available on crate feature unstable only.
Source§

type InputType = [u32; 87]

Source§

impl RsaMode for Op2816

Available on crate feature unstable only.
Source§

type InputType = [u32; 88]

Source§

impl RsaMode for Op2848

Available on crate feature unstable only.
Source§

type InputType = [u32; 89]

Source§

impl RsaMode for Op2880

Available on crate feature unstable only.
Source§

type InputType = [u32; 90]

Source§

impl RsaMode for Op2912

Available on crate feature unstable only.
Source§

type InputType = [u32; 91]

Source§

impl RsaMode for Op2944

Available on crate feature unstable only.
Source§

type InputType = [u32; 92]

Source§

impl RsaMode for Op2976

Available on crate feature unstable only.
Source§

type InputType = [u32; 93]

Source§

impl RsaMode for Op3008

Available on crate feature unstable only.
Source§

type InputType = [u32; 94]

Source§

impl RsaMode for Op3040

Available on crate feature unstable only.
Source§

type InputType = [u32; 95]

Source§

impl RsaMode for Op3072

Available on crate feature unstable only.
Source§

type InputType = [u32; 96]